summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Replace 'sleep()' with 'tsleep()'julian1998-06-102-4/+8
* Submitted by: Kirk McKusick <mckusick@McKusick.COM>julian1998-06-102-16/+36
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-0/+854
* 64bit fixes: don't cast pointers to int.dfr1998-06-101-14/+14
* 64bit fixes: don't cast p->p_retval to an int*.dfr1998-06-101-3/+5
* 64bit fixes: use u_long not int for ioctl command.dfr1998-06-101-2/+3
* 64bit fixes: use size_t not u_int for sizes.dfr1998-06-101-2/+2
* 64bit fixes: p->p_retval is a register_t[] not an int[].dfr1998-06-101-3/+4
* Add a tc_ prefix to struct timecounter members.phk1998-06-095-182/+190
* Pass lists of possible root devices and their names up to thebde1998-06-092-32/+56
* Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.bde1998-06-091-12/+18
* Remove some junk left over from a previous commit.dyson1998-06-082-12/+2
* Updated generated files.bde1998-06-082-2/+2
* Fixed some style bugs in output (missing tabs and unparenthesized macros).bde1998-06-081-31/+30
* Fix a typo which prevented i386 elf from working at all (including Linuxdfr1998-06-081-2/+2
* Add a member function more to the timecounters, this one is for usephk1998-06-072-12/+64
* This commit fixes various 64bit portability problems required fordfr1998-06-0733-115/+228
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-073-16/+16
* Don't attempt to copy the whole slices "struct" for DIOCGSLICEINFO.bde1998-06-061-2/+3
* Moved limit frobbing (and the resulting limcopy()) that occurs fordg1998-06-052-9/+13
* If we are out of mb_map space and we failed to m_reclaim() anything anddg1998-06-051-7/+15
* Correct sleep priority.dyson1998-06-021-2/+2
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().dufault1998-06-011-0/+1
* Have the wakeup routine do the upcall if needed.peter1998-05-312-2/+6
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-287-74/+115
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-12/+8
* 1. Add new defs for mins and maxs for the POSIX flavor priorities. Theydufault1998-05-192-9/+26
* Change a data type internal to the timecounters, and remove the "delta"phk1998-05-192-54/+28
* Make the size of the msgbuf (dmesg) a "normal" option.phk1998-05-192-16/+13
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-1/+6
* 1. Don't use "nosys" and generate coredumps for unconfigureddufault1998-05-182-3/+11
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-173-27/+59
* Fixed interval calculation in realitimexpire() again. Obtained from:bde1998-05-171-4/+4
* Fixed stale references to hzto() in comments.bde1998-05-173-7/+7
* Supply the correct process argument to dounmount when possible.tegge1998-05-172-4/+12
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.tegge1998-05-171-1/+3
* s/nanoruntime/nanouptime/gphk1998-05-179-34/+34
* Convert socket structures to be type-stable and add a version number.wollman1998-05-157-56/+324
* Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()peter1998-05-141-56/+1
* regen after signanosleep nukepeter1998-05-142-4/+4
* deep-six signanosleep(). It sounded like a good idea at the time.peter1998-05-141-3/+2
* Commit an old change that has been sitting around for a long while.peter1998-05-141-2/+16
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-121-8/+3
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatdyson1998-05-116-188/+759
* Attempt to set write combining mode for graphics devices.dyson1998-05-111-59/+5
* In the words of the submitter:msmith1998-05-075-59/+75
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+8
* As described by the submitter:msmith1998-05-061-23/+0
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectdyson1998-05-041-3/+2
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-041-1/+5
OpenPOWER on IntegriCloud