summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-012-6/+6
* Partially fixed write clustering for cases where cluster_wbuild() isbde1998-05-011-1/+4
* vm_page_is_valid() wasn't expecting a large offset argument, it'speter1998-05-011-2/+3
* Fix one problem with NFSv3 > 2GB file support.peter1998-05-011-3/+3
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-283-3/+9
* Discussed with: bdeobrien1998-04-241-1/+1
* Create virgin disklabels with 8 (MAXPARTITIONS) partitions rather thanobrien1998-04-241-4/+2
* Added kern.ipc.nmbclustersdg1998-04-242-2/+4
* Make the devfs SLICE option a standard type option.julian1998-04-202-2/+4
* Add changes and code to implement a functional DEVFS.julian1998-04-196-13/+72
* Backed out lseek changes.des1998-04-192-12/+8
* Return EINVAL and do not change file pointer if resulting offset is negative.des1998-04-182-10/+14
* In vfs_msync(), test to see if the vnode being examined is "interesting"peter1998-04-182-6/+20
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-175-12/+12
* Really finish supporting compiling with `gcc -ansi'.bde1998-04-172-4/+4
* When the softdep conversion took place, the periodic vfs_msync() frompeter1998-04-162-2/+4
* Unlock mountlist_slock if the mount point was busy (unmount in progress)tegge1998-04-152-4/+8
* Support compiling with `gcc -ansi'.bde1998-04-159-32/+33
* Fix a minor mbuf leak created by the previous change.phk1998-04-141-2/+4
* setsockopt() transports user option data in an mbuf. if the userphk1998-04-111-2/+7
* When pmap_pinit0() allocates a page for proc0's page directory,phk1998-04-111-2/+2
* Grammar police.alex1998-04-101-2/+2
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-084-12/+17
OpenPOWER on IntegriCloud