summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a couple of API functions I need for my pseudofs WIP. Documentationdes2001-09-291-0/+3
* namei.h: move "struct componentname" definition outside "struct nameidata",luigi2001-09-283-19/+30
* Restore this file to style(9). Mostly consists of whitespace fixes in thejhb2001-09-271-127/+126
* Fix a whitespace style nit.jhb2001-09-271-1/+1
* o Introduce pr_securelevel, which holds a per-jail securelevel.rwatson2001-09-261-0/+1
* Make uio_yield() a global. Call uio_yield() between chunksdillon2001-09-261-0/+1
* Include sys/ktr.h before sys/_lock.h to ensure LOCK_DEBUG is set to itsjhb2001-09-251-1/+5
* Move the definition of LOCK_DEBUG from sys/lock.h to sys/_lock.h.jhb2001-09-252-13/+16
* Since we no longer inline any debugging code in the mutex operations, movejhb2001-09-221-44/+4
* Use __FILE__ and __LINE__ explicitly since we know we will be using themjhb2001-09-211-1/+1
* o Part two of eaccess(2) commit, rebuilt system call code.rwatson2001-09-214-6/+14
* o Rename u_cansee() to cr_cansee(), making the name more comprehensiblerwatson2001-09-201-1/+1
* Solve our braindead sourcetree dependency on GCC in another way.asmodai2001-09-191-1/+0
* Regeneratepeter2001-09-184-279/+288
* o Introduce two new calls, securelevel_gt() and securelevel_ge(), whichrwatson2001-09-181-0/+2
* Add SIO{CG}IFCAP entries. Fix formatting of some other entries.jlemon2001-09-181-3/+5
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).peter2001-09-171-4/+13
* Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking codejhb2001-09-174-27/+39
* Don't inline mutexes in the LOCK_DEBUG case.jhb2001-09-171-1/+1
* If any of various debug kernel options are enabled, set a LOCK_DEBUGjhb2001-09-171-0/+13
* Fix a typo: documenation -> documentationsilby2001-09-171-1/+1
* Avoid empty decls when __FBSDIDs are turned off.dillon2001-09-161-1/+7
* Fix the improper backout.obrien2001-09-161-1/+1
* Back out rev 1.38. Even though it saves a little space on the line,obrien2001-09-151-2/+2
* Allow __FBSDID() to be used without ;obrien2001-09-151-3/+3
* Add __FBSDID() macro to support rcs identifiers in source files.dillon2001-09-151-0/+8
* For old gcc/gcc-based compilers and non gcc compilers make sure toasmodai2001-09-141-0/+1
* style(9) correct #define's followed by a space to be followed by a tabasmodai2001-09-141-14/+14
* Bump version to 500023 to reflect massive changes necessary for theimp2001-09-141-1/+1
* Re-apply rev 1.178 -- style(9) the structure definitions.obrien2001-09-139-14/+14
* Adjust some locking comments.jhb2001-09-131-11/+10
* shift a few flags around.. (physically, not logically)julian2001-09-131-6/+5
* PR: kern/29698 (part)mr2001-09-131-0/+2
* KSE Milestone 2julian2001-09-1244-640/+853
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-0/+2
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.peter2001-09-101-1/+6
* Add new ioctl's and rearrange a bit for DAO mode support.sos2001-09-101-10/+27
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-2/+3
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-1/+1
* #endif /* comment */peter2001-09-101-1/+1
* Use protected variables names in prototypes visible to the userland asdd2001-09-091-4/+4
* Catch up with common usage:marcel2001-09-081-0/+3
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-081-0/+3
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-0/+1
* Bring the aac driver *much* closer to style(9).scottl2001-09-051-21/+21
* Include <sys/_lock.h> for the definition of struct lock_object. Don'tjhb2001-09-051-0/+1
* It is the last-second trivial changes that kill me every time.peter2001-09-051-1/+1
* Attempt to refine the __IDSTRING() macros so that they dont collide withpeter2001-09-051-4/+12
* style(9) the structure definitions.obrien2001-09-052-2/+2
* style(9) the structure definitions.obrien2001-09-0525-58/+52
OpenPOWER on IntegriCloud