summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-7/+5
* Really sweep the broom on this one.phk2002-04-013-141/+39
* Remove various controller/disk type hacks for SMD, ST506 and ancientphk2002-04-013-60/+0
* Wrap the arguments to CTR6() in parentheses so that the u_long casts workjhb2002-04-011-2/+2
* Fix some whitespace style bugs.mike2002-04-011-17/+17
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-013-5/+136
* Implement a fine-grain control system which allows header developersmike2002-04-011-0/+90
* ktr changes to improve performance and make writing a userland utility tojake2002-04-011-51/+16
* Here follows the new kernel dumping infrastructure.phk2002-03-318-7/+43
* Add a new #include which describes the common header format for kerneldumps.phk2002-03-311-0/+72
* A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,phk2002-03-311-1/+1
* Move the "dumping" variable from systm.h to conf.h.phk2002-03-303-1/+6
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-301-0/+8
* The description of fd_mtx is "filedesc structure."tanimura2002-03-291-0/+2
* Add resource_list_add_next() which returns the RID for the resource added.mdodd2002-03-291-0/+4
* To remove nested include of sys/lock.h and sys/mutex.h from sys/proc.halfred2002-03-281-46/+4
* Add d_type and fstype names for JFS.grog2002-03-283-0/+39
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-0/+51
* Add support for creating/deleting ATA RAID'ssos2002-03-271-1/+10
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-272-0/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-1/+0
* Fixed -Wshadow warnings by renaming ttysleep()'s `timeout' parameter tobde2002-03-271-2/+1
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-3/+2
* Commit the good prototype for nmount(2).mux2002-03-261-1/+1
* As discussed in -arch, add the new nmount(2) system call and themux2002-03-261-0/+24
* Removed some namespace pollution (unnecessary nested includes).bde2002-03-262-3/+0
* Forgot one more instance of my old email address.phk2002-03-261-1/+1
* Minor changes:will2002-03-241-0/+1
* Breath deep and take __P out of the system include files.imp2002-03-233-17/+15
* Revert last commit, it came too late to save alpha :-(phk2002-03-233-12/+0
* Hide the ugly d_boot[01] from the kernel.phk2002-03-233-0/+12
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2318-125/+107
* Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be definedimp2002-03-221-1/+6
* Merge from TrustedBSD MAC branch:rwatson2002-03-221-0/+2
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-5/+0
* - Push down Giant into crfree() in the case that we actually free a ucred.jhb2002-03-201-1/+3
* Document that MD pcpu fields are defined in PCPU_MD_FIELDS injhb2002-03-201-1/+2
* Various style issues from a recent brucification:phk2002-03-201-9/+28
* Backout part of my previous commit; I was wrong about vm_zone's handling ofjeff2002-03-201-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-203-8/+7
* Remove __P.alfred2002-03-192-11/+11
* Remove __Palfred2002-03-1980-1417/+1406
* Add five GEOM oriented ioctls to get basic information about a geom device.phk2002-03-193-0/+18
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-194-73/+12
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'alfred2002-03-181-1/+1
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-181-0/+9
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+4
* Extend CONS_GETINFO ioctl to provide information about size of the currentlysobomax2002-03-161-0/+1
* Bump the FreeBSD version to mark the import of Perl 5.6.1.markm2002-03-161-1/+1
* Fixed some style bugs:bde2002-03-161-9/+5
OpenPOWER on IntegriCloud