| History log of /src/sys/arch/x68k/include/Makefile |
| Revision | | Date | Author | Comments |
| 1.39 |
| 30-Nov-2024 |
christos | Create a new header lwp_private.h to contain _lwp_getprivate_fast, _lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that: 1. we don't need special hacks to hide them 2. we can include <lwp.h> where needed to get the necessary prototypes without redefining them locally.
|
| 1.38 |
| 12-Jul-2018 |
maxv | branches: 1.38.36; Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
| 1.37 |
| 24-Dec-2015 |
christos | branches: 1.37.16; 1.37.18; fenv for m68k
|
| 1.36 |
| 19-Nov-2011 |
isaki | branches: 1.36.10; 1.36.28; Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@. Probably the combination of pow(4) ioctl and rtcalarm(8) does not work for a long time, and nobody uses them. I'll rewrite a part about power switch handler as a new device.
|
| 1.35 |
| 21-Jul-2011 |
joerg | branches: 1.35.2; machine/stdarg.h and machine/varargs.h are gone
|
| 1.34 |
| 11-Jul-2011 |
joerg | Sort
|
| 1.33 |
| 01-Jun-2008 |
isaki | Remove x68k/include/pci_machdep.h. x68k does not have PCI-bus, and no one refers to it.
|
| 1.32 |
| 11-Mar-2007 |
isaki | branches: 1.32.38; 1.32.40; 1.32.42; 1.32.44; Stop installing <machine/intr.h> on x68k. Suggested by simonb@ and tsutsui@.
|
| 1.31 |
| 09-Feb-2007 |
ad | branches: 1.31.2; 1.31.6; Merge newlock2 to head.
|
| 1.30 |
| 26-Jul-2006 |
drochner | branches: 1.30.4; don't install <machine/db_machdep.h>, this is kernel only
|
| 1.29 |
| 11-Dec-2005 |
christos | branches: 1.29.4; 1.29.8; merge ktrace-lwp.
|
| 1.28 |
| 12-May-2004 |
minoura | branches: 1.28.12; Populate kbdmap-related definitions to the userland. Also g/c unused ioctls. Pointed out by he.
|
| 1.27 |
| 08-May-2004 |
kleink | Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
| 1.26 |
| 08-May-2004 |
minoura | An unexported header file was #included from an exported header file. Introduce <machine/opmreg.h> and move some definitions useful to userland progs.
|
| 1.25 |
| 18-Jan-2003 |
thorpej | branches: 1.25.2; Merge the nathanw_sa branch.
|
| 1.24 |
| 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
| 1.23 |
| 14-Oct-2002 |
isaki | Sort.
|
| 1.22 |
| 07-Aug-2002 |
briggs | Implement pmc(9) -- An interface to hardware performance monitoring counters. These counters do not exist on all CPUs, but where they do exist, can be used for counting events such as dcache misses that would otherwise be difficult or impossible to instrument by code inspection or hardware simulation.
pmc(9) is meant to be a general interface. Initially, the Intel XScale counters are the only ones supported.
|
| 1.21 |
| 24-Mar-2002 |
isaki | branches: 1.21.2; bsd_audioio.h was obsolated by vs0
|
| 1.20 |
| 28-Nov-2001 |
kleink | No point in installing svr4_machdep.h.
|
| 1.19 |
| 12-Jun-2001 |
minoura | branches: 1.19.2; 1.19.8; Remove unneeded whitespace.
|
| 1.18 |
| 15-Apr-2001 |
kleink | Add definitions of C99 integer format conversion macros. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
| 1.17 |
| 15-Apr-2001 |
kleink | Add definitions of C99 specified-width integer type limits. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
| 1.16 |
| 14-Apr-2001 |
kleink | Add definitions of C99 integer constant macros. Tidy Makefiles up a little.
|
| 1.15 |
| 14-Apr-2001 |
kleink | Add definitions of C99 minimum-width and greatest-width integer types. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
| 1.14 |
| 26-Jun-2000 |
kleink | branches: 1.14.2; Add <machine/int_types.h>, which provides namespace-pure definitions of exact-width integer types.
|
| 1.13 |
| 29-Apr-2000 |
thorpej | Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOCKED. These files are also required to supply inline functions __cpu_simple_lock(), __cpu_simple_lock_try(), and __cpu_simple_unlock() if locking is to be supported on that platform (i.e. if MULTIPROCESSOR is defined in the _KERNEL case). Change these functions to take an int * (&alp->lock_data) rather than the struct simplelock * itself.
These changes make it possible for userland to use the locking primitives by including <machine/lock.h>.
|
| 1.12 |
| 17-Mar-2000 |
tron | Install "machineendian_machdep.h".
|
| 1.11 |
| 23-Dec-1999 |
kleink | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of a single-precision quiet NaN; only to be defined on platforms that do support this value.
|
| 1.10 |
| 19-Apr-1999 |
kleink | branches: 1.10.2; Add COMPAT_SVR4 for m68k.
|
| 1.9 |
| 16-Mar-1999 |
minoura | branches: 1.9.4; Merged minoura_x68k_bus_h branch.
|
| 1.8 |
| 15-Mar-1999 |
minoura | Pullin m68k/ieee.h.
|
| 1.7 |
| 15-Jan-1999 |
bouyer | Move the bswap functions from libutil to libc (this bups the minor of libc and the major of libutil). For little-endian architectures merge the bnswap() assembly versions with nto* and hton* using symbols aliasing. Use symbol renaming for the bswap function in this case to avoid namespace pollution. Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian machines, common code for inline macros go in machine/byte_swap.h Sync libkern with libc. Adjust #include in kernel sources for machine/bswap.h.
|
| 1.6 |
| 14-Dec-1998 |
itohy | branches: 1.6.2; Added intr.h
|
| 1.5 |
| 01-Sep-1998 |
itohy | Added an include file on port dependent boot information.
|
| 1.4 |
| 07-Aug-1998 |
minoura | Moved parioctl.h to the system header directory.
|
| 1.3 |
| 06-Aug-1998 |
minoura | Moved grfioctl.h and iteioctl.h to the public include directory.
|
| 1.2 |
| 12-Jul-1998 |
veego | Add elf_machdep.h to the INCS list.
|
| 1.1 |
| 12-Jun-1998 |
cgd | Rework the way kernel include files are installed. In the new method, as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile.
|
| 1.6.2.2 |
| 14-Mar-1999 |
minoura | Export bus.h.
|
| 1.6.2.1 |
| 31-Jan-1999 |
minoura | Sync.
|
| 1.9.4.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.10.2.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.10.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.14.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
| 1.19.8.7 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.19.8.6 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.19.8.5 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.19.8.4 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.19.8.3 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.19.8.2 |
| 10-Nov-2001 |
scw | Kernel mcontext glue for Scheduler Activations on m68k from Klaus Klein <kleink@netbsd.org>.
|
| 1.19.8.1 |
| 12-Jun-2001 |
scw | file Makefile was added on branch nathanw_sa on 2001-11-10 21:22:53 +0000
|
| 1.19.2.3 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.19.2.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.19.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.21.2.1 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.25.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.25.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.25.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.28.12.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
| 1.28.12.2 |
| 26-Feb-2007 |
yamt | sync with head.
|
| 1.28.12.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.29.8.1 |
| 11-Aug-2006 |
yamt | sync with head
|
| 1.29.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.30.4.1 |
| 01-Feb-2007 |
ad | Header file cleanup.
|
| 1.31.6.1 |
| 13-Mar-2007 |
ad | Sync with head.
|
| 1.31.2.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
| 1.32.44.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.32.42.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.32.40.1 |
| 04-Jun-2008 |
yamt | sync with head
|
| 1.32.38.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.35.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.36.28.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
| 1.36.10.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.37.18.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.37.16.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
| 1.38.36.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|