summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* regenalfred2003-01-251-4/+4
* Bring shm functions closer the the opengroup standards.alfred2003-01-251-3/+8
* regen.alfred2003-01-251-2/+2
* Bring semop() closer the the opengroup standards.alfred2003-01-251-1/+12
* Remove OBE prototype for iszerodev() - it was replaced by thepeter2003-01-212-2/+0
* Remove NEXTDOSPART.nyan2003-01-211-1/+0
* #ifdef NO_GEOM some bits here too.phk2003-01-211-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-9/+10
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-0/+1
* Remove the deprecated IOCTL bits raidframe used, it doesn't anymore.phk2003-01-201-8/+0
* Close the remaining user address mapping races for physicaldillon2003-01-201-1/+1
* Hide the ioctls behind #ifdef _KERNEL to avoid kdump getting upset.phk2003-01-201-0/+2
* #ifdef this file into three pieces: The bit which raidframe needs tophk2003-01-201-5/+8
* Add a NEXTDOSPART definition here as well, for the benefit of biosdisk.c inphk2003-01-201-0/+1
* Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for thephk2003-01-201-0/+1
* Finally give CCD the disk mini-layer treatment:phk2003-01-191-1/+2
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-192-2/+0
* - Style fixes.mdodd2003-01-171-3/+3
* Remove the unused DSO_* options.phk2003-01-171-5/+0
* Bump __FreeBSD_version to 500100 to allow us to differentiate HEAD fromscottl2003-01-171-1/+1
* Allow linters to override the CTASSERT macro, since they are unlikely tophk2003-01-151-0/+2
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-0/+4
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3dillon2003-01-141-0/+11
* It is possible for an active aio to prevent shared memory from beingdillon2003-01-132-2/+4
* Remove four members of struct nameidata which have been commentedphk2003-01-131-13/+0
* - Unbreak world. I did not notice that libkvm was still used in some placesjeff2003-01-131-0/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-22/+2
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.jeff2003-01-121-2/+0
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-2/+24
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control datatjr2003-01-111-2/+4
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-111-16/+0
* Some KSE syscalls are MPSAFE.davidxu2003-01-083-3/+3
* We've had something like this file since 1992, so therefore this fileimp2003-01-071-1/+1
* Add the POSIX sanctioned "LOGIN_NAME_MAX" -- Maximum length of a login name.obrien2003-01-061-1/+1
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-051-53/+19
* Introduce thephk2003-01-041-0/+1
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-2/+2
* Use a separate macro to generate the name of the sysctl_oid_list that holdsjake2003-01-041-2/+5
* Use __CONCAT and __XSTRING when concatenating or stringifying arguments tojake2003-01-041-7/+8
* Make an explicit flag to indicate that a KSE has a reason to upcall,julian2003-01-031-8/+9
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-032-32/+0
* Retire sys/dmap.h by including the two lines of it which mattersphk2003-01-031-63/+0
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.phk2003-01-031-5/+3
* MFMBR: Add ioctls for writing an IPL and a boot menu.nyan2003-01-031-0/+5
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-2/+0
* Remove unused second argument from DEV_STRATEGY().phk2003-01-032-2/+2
* Remove unused second argument from BIO_STRATEGY()phk2003-01-032-20/+4
* o Introduce a new external mbuf type, EXT_EXTREF.gallatin2003-01-021-0/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-3/+3
* Happy 2003.imp2003-01-011-2/+2
OpenPOWER on IntegriCloud