summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Update to driver 2.07roger2000-01-241-1/+2
* Track libc_r addition of semaphores implementation.jasone2000-01-201-10/+16
* When we are execing a setugid program, and we have a procfs filesystemimp2000-01-201-0/+1
* A few more style cleanupsrwatson2000-01-201-14/+9
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-194-78/+73
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-193-50/+50
* Reference machine/param.h rather than the nonexistentmsmith2000-01-191-2/+2
* IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIESrwatson2000-01-181-0/+1
* Bump __FreeBSD_version due to openssl import.kris2000-01-181-1/+1
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inpeter2000-01-164-6/+42
* Cleanup some more remaining bdev fluff.phk2000-01-161-7/+3
* Cleanup some remaining bdev fluff.phk2000-01-161-2/+0
* Fixed pedantic syntax errors caused by a trailing semicolon in thebde2000-01-161-7/+10
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opjmb2000-01-161-0/+27
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-0/+15
* Add VT_NWFS tag.bp2000-01-151-1/+1
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-146-16/+54
* Change struct sockaddr_storage member name, because following changeshin2000-01-131-2/+2
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-121-0/+2
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-2/+6
* Add a comment to hopefully prevent more bugs like kern/8596.archie2000-01-101-0/+2
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-1/+1
* Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory.imp2000-01-101-0/+2
* Several performance improvements for soft updates have been added:mckusick2000-01-102-2/+12
* Fix lots of warnings caused by __sigisempty and __sigseteq being externspeter2000-01-081-2/+0
* Change NDFREE() from a macro to a function for the time being; the macroeivind2000-01-081-36/+1
* Use 'static __inline', not 'extern __inline', for __sigisempty() andjasone2000-01-081-2/+2
* Introduce a mechanism to suspend/resume system processes. Suspend syncerluoqi2000-01-071-0/+5
* New ATAPI burner utility. Replaces wormcontrol.sos2000-01-062-5/+82
* Remove the unused 'func' arguments to the deregistration functions.msmith2000-01-051-4/+4
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-041-0/+2
* Make offsetof equivalent with <stddef.h>. This paves the way formarcel2000-01-031-1/+1
* Update FreeBSD(98) copyright.nyan2000-01-031-1/+1
* Update to y2k.imp2000-01-011-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-29102-253/+261
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).bde1999-12-271-4/+5
* This should have been committed with related changes to .c files.bde1999-12-271-1/+1
* Fixed some type mismatches. p_retval[0] in struct proc has typebde1999-12-271-8/+10
* Updated a comment to match code.bde1999-12-261-1/+1
* o Define `offsetof' when not already defined,marcel1999-12-231-5/+10
* Fixed missing declarations of futimes(2) and lutimes(2).bde1999-12-232-0/+4
* Fixed missing declaration of lchmod(2).bde1999-12-231-0/+1
* Define genassym related macros in a seperate include file to preventmarcel1999-12-231-0/+42
* IPSEC support in the kernel.shin1999-12-221-1/+1
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishmckusick1999-12-222-4/+4
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-198-6/+350
* I've been style(9)izing mbuf.h and making the macros more resilientgreen1999-12-191-79/+116
* Do NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any codeeivind1999-12-181-1/+2
* Make NDFREE unlock VP if appropriate and not asked not to, as documented ineivind1999-12-181-0/+3
OpenPOWER on IntegriCloud