summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisgreen1999-12-124-22/+155
* Remove accidental pollution unrelated to previous commit. The issuedillon1999-12-122-4/+2
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-124-4/+6
* Lock reporting and assertion changes.eivind1999-12-115-13/+24
* Zap c_index() and c_rindex(). Bruce prefers these to implicitly convertpeter1999-12-101-2/+2
* Make adjtime(2) adjust boottime so it doesn't cause non-monotonousphk1999-12-082-4/+22
* Scan cdevs for potential root devices, rather than bdevs.phk1999-12-082-12/+14
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-082-237/+4
* Change the default poweroff delay from 0 to 5 seconds. This seems to bemsmith1999-12-071-1/+5
* I always forget to check before I reboot a system, and while itphk1999-12-061-0/+30
* Put on my asbestos underwear and commit the patch that I posted to -archpeter1999-12-061-3/+36
* User ldt sharing.luoqi1999-12-061-10/+1
* correct incomplete last changemjacob1999-12-031-1/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-12/+20
* Remove check for attached state.n_hibma1999-12-021-3/+0
* The functions m_copym() and m_copypacket() return read-only copies,archie1999-12-011-0/+78
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-011-68/+65
* Collect read and write counts for filesystems. This new codemckusick1999-12-011-20/+0
* Don't make the ktrace hook in tsleep() deref a null curproc after a panic.peter1999-11-301-1/+1
* Reduce code duplication.mdodd1999-11-301-6/+8
* Remove vfs_getrootfsid() function (a temporary hack added a few monthsdillon1999-11-292-34/+0
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-9/+0
* Remove the now unused chrtoblk() function.phk1999-11-291-17/+0
* Make BOOTP work again.dillon1999-11-292-2/+2
* Add a bit of sanity checking and problem avoidance in case thephk1999-11-292-4/+17
* Use the correct mounted-from path when allocating the root mount, if we knowmsmith1999-11-282-14/+14
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobdan1999-11-281-2/+5
* Convert dumpon to work on character devices instead of block devices.phk1999-11-281-2/+2
* Scheduler fixes equivalent to the ones logged in the following NetBSDbde1999-11-281-4/+2
* Scheduler fixes equivalent to the ones logged in the following NetBSDbde1999-11-281-12/+10
* Take a shot at implementing the fix for PR 15014 for the a.out kernelpeter1999-11-281-4/+6
* Fix an embarresing mistake in the kld symbol lookup for DDB. It shouldpeter1999-11-282-8/+12
* Updated comments for the move in the previous commit.bde1999-11-271-5/+5
* Fixed some comments in statclock(). The previous commit made it clearerbde1999-11-272-16/+16
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-274-50/+29
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-262-0/+8
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-262-1/+4
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
* Change the prototype of the strto* routines to make the secondarchie1999-11-242-4/+5
* Fix some bugs in user-end output and add a reference to the originaln_hibma1999-11-221-5/+9
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-224-14/+13
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-222-3/+117
* Introduce the new functionphk1999-11-214-15/+33
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-214-4/+4
* If vfs_mountroot_try() isn't given a path to try mounting, return a silentmsmith1999-11-212-2/+2
* Tempt fate and stop index from converting a const char * into a char *.peter1999-11-211-2/+2
* Revert peter's commit to remove cdevsw_add() - it was a bit prematurejkh1999-11-211-0/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-208-54/+50
* Vnode was left referenced in the case if ELF image is broken.bp1999-11-201-1/+3
* Conditionalise unwanted chattyness.jkh1999-11-191-1/+2
OpenPOWER on IntegriCloud