summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-272-8/+8
* Fixed some type mismatches. p_retval[0] in struct proc has typebde1999-12-271-10/+12
* Correct an uninitialized variable use, which, unlike most times, isgreen1999-12-271-4/+2
* Removed unused includes.bde1999-12-261-26/+12
* Use vfs_timestamp() instead of getnanotime() to set timestamps. Thisbde1999-12-261-3/+4
* * Set the devclass of a device before calling the probe method. This allowsdfr1999-12-241-1/+12
* Fixed a cast of a pointer to an integer of a possibly different size.bde1999-12-243-8/+8
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishmckusick1999-12-222-34/+38
* regenerate after making getfh a standard syscall.alfred1999-12-211-1/+1
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-1/+1
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Reimplement buf_daemon / getnewbuf() interaction for dealing withdillon1999-12-201-46/+43
* Make m_print const correct (avoids a warning)eivind1999-12-201-1/+1
* If we fail to find init, print out the search path used. This helpsgrog1999-12-201-1/+1
* Don't ignore return value from tsleep().phk1999-12-191-1/+3
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-1910-7/+1328
* First pass commit to introduce new ACL and Extended Attribute system calls.rwatson1999-12-191-0/+12
* Since VOP_LOCK can be used to up and downgrade locks, it is not possibleeivind1999-12-181-1/+1
* Woops, I'm so sorry I forgot this! From the last mbuf.h change:green1999-12-181-2/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-1516-80/+149
* Bug fix:green1999-12-141-0/+2
* Fix two problems with pipe_write():tegge1999-12-131-23/+64
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-122-240/+294
* Put on asbestos suit and put a splcam() around the 'Mounting root from..'peter1999-12-122-0/+6
* The sysctl mod_xx hack is no longer required now that we have totallypeter1999-12-121-10/+0
* 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
OpenPOWER on IntegriCloud