aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,Dag-Erling Smørgrav2003-04-041-6/+1
* - Define a new md function 'casuptr'. This atomically compares and setsJeff Roberson2003-04-011-0/+1
* Replace the at_fork, at_exec, and at_exit functions with the slightly moreJohn Baldwin2003-03-241-18/+0
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-0/+1
* Add vsnrprintf() which is just like vsnprintf() but takes a "radix"Poul-Henning Kamp2003-02-041-0/+1
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-3/+4
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-011-1/+1
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-261-1/+1
* Allow linters to override the CTASSERT macro, since they are unlikely toPoul-Henning Kamp2003-01-151-0/+2
* Introduce thePoul-Henning Kamp2003-01-041-0/+1
* Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, likePeter Wemm2002-09-071-0/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-5/+5
* Fix warning by marking unused function parameter.Mark Murray2002-07-151-1/+1
* Add a hashdestroy() function to undo the actions of hashinit().Ian Dowse2002-06-301-0/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-291-0/+1
* Use suword16/fuword16 instead of susword/fusword - this has two differentPeter Wemm2002-06-201-4/+4
* Deorbit suibyte(). It was only used for split address space systemsPeter Wemm2002-06-201-1/+0
* Make nselcol, the number of select collisions since boot, unsigned asKelly Yancey2002-06-121-1/+1
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherPoul-Henning Kamp2002-05-291-0/+2
* Add declarations of suword32 and suword64. Add implementations of one orDoug Rabson2002-05-261-0/+4
* Avoid calling malloc() or free() while holding theMaxime Henrion2002-04-171-1/+1
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-0/+9
* Move the CTASSERT macro from MD code to systm.h alongside KASSERT so otherJake Burkholder2002-04-011-0/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-6/+4
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-3/+0
* Move the "dumping" variable from systm.h to conf.h.Poul-Henning Kamp2002-03-301-1/+0
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-6/+5
* Merge from TrustedBSD MAC branch:Robert Watson2002-03-221-0/+2
* Remove __PAlfred Perlstein2002-03-191-105/+105
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-0/+2
* Back out part of KSE/M2 that snuck in under the radar: changing theJohn Baldwin2002-02-271-1/+1
* Move the declaration of panic() from sys/param.h back to sys/systm.h.Bruce Evans2002-02-111-0/+6
* GC the unused einval()Poul-Henning Kamp2002-02-101-1/+0
* Make AIO a loadable module.Alfred Perlstein2001-12-291-0/+6
* Modify the critical section API as follows:John Baldwin2001-12-181-0/+2
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-091-1/+2
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* - Change getenv_quad() to return an int instead of a quad_t since itJohn Baldwin2001-10-231-1/+2
* o Rename u_cansee() to cr_cansee(), making the name more comprehensibleRobert Watson2001-09-201-1/+1
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).Peter Wemm2001-09-171-4/+13
* KSE Milestone 2Julian Elischer2001-09-121-4/+8
* o Screw over users of the kern.{security.,}suser_permitted sysctl again,Robert Watson2001-08-311-0/+1
* Enable hardwiring of things like tunables from embedded enironmentsPeter Wemm2001-08-271-0/+2
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-221-0/+2
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-101-2/+0
* Apply the cluebat to myself and undo the await() -> mawait() rename. TheJohn Baldwin2001-07-311-2/+1
* Move param.c out of the conf directory and make it fully dynamic.Peter Wemm2001-07-261-0/+3
* Small whitespace fix.Julian Elischer2001-07-081-2/+2
* A set of changes to reduce the number of include files the kernelJulian Elischer2001-07-081-0/+3