summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Tweak the definition of the EV_SET macro so that it evaluates eachnectar2003-02-021-1/+2
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* Add a bio_disk pointer for use between geom_disk and the device drivers.phk2003-02-021-0/+2
* - It's more accurate to say that vm_paging_needed() returns TRUEalc2003-02-021-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-015-78/+82
* Eliminate the sc_openmask, ccdopen() and ccdclose() functions, wephk2003-02-011-1/+0
* Add some agility to the disk_create() API:phk2003-01-301-1/+15
* NO_GEOM cleanup: remove DISKFLAG_{WANTED,LOCK}phk2003-01-301-3/+0
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-301-1/+0
* NO_GEOM cleanup: Rip out iodone_chain with a big smile on my face.phk2003-01-301-13/+0
* NO_GEOM cleanup: unifdefphk2003-01-302-75/+0
* NO_GEOM cleanup: remove unused fields in struct disk, set type for d_softc.phk2003-01-301-4/+3
* NO_GEOM cleanup: Mark the last arg to disk_create() as unused.phk2003-01-301-1/+1
* Style: keep most typedefs in the same place.mike2003-01-291-41/+43
* Move timecounters notion of frequency to 64 bits.phk2003-01-291-2/+2
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-291-0/+6
* Add an ioctl to return the unit numbers of the configured md devices.phk2003-01-271-1/+3
* Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk.phk2003-01-261-0/+1
* regenalfred2003-01-261-2/+2
* Add const qualifier to data argument for msgsnd.alfred2003-01-261-2/+1
* Put DIOCWLABEL under #ifdef NO_GEOMphk2003-01-261-0/+2
* This file is no longer needed.phk2003-01-261-79/+0
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-265-82/+78
* 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
OpenPOWER on IntegriCloud