summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* digiModel_t -> enum digi_modelbrian2001-05-171-8/+3
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-41/+0
* Add a PROC_TRYLOCK() macro to perform a mtx_trylock() on the process lock.jhb2001-05-151-0/+1
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-2/+18
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-141-1/+1
* Add a new macro to test if a process' proc lock is held by the currentjhb2001-05-111-0/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-102-6/+50
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-062-5/+15
* Introduce bioerror(struct bio*, int err, int complete);phk2001-05-061-0/+10
* - Move state about lock objects out of struct lock_object and into a newjhb2001-05-043-28/+30
* Wrap around MALLOC_DECLARE() invocation with #ifdef.bp2001-05-031-0/+2
* Add a ``digi'' driver.brian2001-05-021-0/+66
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0116-48/+134
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-0/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-273-142/+53
* Initiate the deorbit burn sequence for sys/ipl.h by moving the softwarejhb2001-04-272-13/+13
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-24/+7
* o Separate acl_t into internal and external representations asjedgar2001-04-241-3/+10
* Back out previous commit.grog2001-04-231-0/+4
* Remove bogus #include and duplicate definition of AF_MAX. These weregrog2001-04-231-4/+0
* Add address families AF_SLOW and AF_SCLUSTER. These are used by thegrog2001-04-232-3/+8
* Removed old version of vaccess_acl_posix1e() that snuck back in rev 1.146.obrien2001-04-221-2/+0
* Style(9) fixes:obrien2001-04-221-51/+53
* Fix the cut'n'paste style bugs I introduced in rev 1.16jedgar2001-04-211-3/+3
* add a comment to note that a process's vmspace may change, but so faralfred2001-04-201-1/+3
* style(9) edit.obrien2001-04-191-40/+39
* Fix inconsistency in setup of kernel_map: we need to make sure thatbmilekic2001-04-181-0/+1
* Check validity of signal callback requested via aio routines.alfred2001-04-182-0/+2
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-181-0/+1
* Implement client side NFS locks.alfred2001-04-172-0/+5
* This patch removes the VOP_BWRITE() vector.phk2001-04-172-3/+14
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-171-2/+3
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-171-3/+0
* Update to the 2001-04-02 version of the nanokernel code from Dave Mills.jhay2001-04-161-2/+2
* Add acl_get_perm_np(3), a non-portable function to check if ajedgar2001-04-131-0/+1
* Add the remaining POSIX.1e ACL definitions:jedgar2001-04-131-7/+20
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.bp2001-04-131-1/+1
* Make SOMAXCONN a kernel option.alfred2001-04-131-0/+2
* o Replace p_cankill() with p_cansignal(), remove wrappage of p_can()rwatson2001-04-121-1/+1
* o Regenerated following introduction of __setugid() system call forrwatson2001-04-114-6/+13
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-6/+6
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-101-2/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+47
* Add function prototypes and base module for kernel side iconv library.bp2001-04-091-0/+156
* - Split out the functionality of displaying the contents of a single lockjhb2001-04-061-0/+1
* Various style fixes.bmilekic2001-04-051-21/+28
* - Change the msleep()s to condition variables.bmilekic2001-04-031-33/+37
* Use only one mutex for the entire mbuf subsystem.alfred2001-04-031-26/+28
OpenPOWER on IntegriCloud