summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.wollman1994-09-232-4/+6
* Make NFS loadable.wollman1994-09-221-6/+9
* make 8bit clean defaultsache1994-09-221-3/+3
* mount.h: Declare getvfs* functions from libc.wollman1994-09-221-0/+9
* Fix a few niggling little bugs:wollman1994-09-211-2/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-214-7/+74
* Parenthesize macro args.bde1994-09-201-12/+20
* Added msdosfs.dfr1994-09-193-5/+24
* Use new-style declarations for min/max functions so thatbde1994-09-181-62/+11
* Remove "#ifdef notdef" around declaration of fuibyte(). fuibyte() _is_bde1994-09-181-10/+3
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-184-6/+18
* Updated driver to the 1.1.5 version:dg1994-09-171-12/+19
* Got rid of compiler warnings.dg1994-09-173-10/+8
* Moved include of cdefs.h outside of ifndef KERNEL so it alwayspaul1994-09-161-2/+3
* Remove all ADJKERNTZ references, now all this stuff in cpu.hache1994-09-161-13/+2
* KERN_ADJKERNTZ moved to MACHDEP sectionache1994-09-161-4/+13
* Add some prototypes.bde1994-09-154-8/+25
* KERN_ADJKERNTZ added in preparation for resettodr() implementationache1994-09-141-2/+4
* Added prototypes for cblock_alloc_cblocks and cblock_free_cblocks.dg1994-09-131-1/+3
* Added SYSV ipcs.dfr1994-09-136-3/+451
* Add an ioctl to download microcode to DSI softmodem.phk1994-09-131-1/+3
* Pollution-control header file generated by new makesyscalls.sh.wollman1994-09-131-0/+216
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-091-2/+4
* Fixed a couple of typos which made S_ISFIFO and S_ISSOCK return true fordfr1994-09-091-3/+3
* Added the psm driver from 1.1.5.dfr1994-09-091-0/+44
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-061-1/+6
* Realtime priority scheduling support.dg1994-09-011-1/+2
* Realtime priority scheduling support.dg1994-09-013-5/+60
* Added qmin and qmax functions to deal with quad_t's.dg1994-08-301-1/+14
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.dg1994-08-291-4/+2
* Reformat recent additions to the same style as the original.bde1994-08-281-10/+8
* Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out untilwollman1994-08-261-1/+3
* Bring back our support for 57K and 115K.jkh1994-08-261-1/+3
* Add timex.h for xntpd. The system calls will have to wait for tomorrow,jkh1994-08-261-0/+290
* Methinks p_sysent should be in the copy-on-fork rather than thewollman1994-08-251-3/+3
* Changes preparing for iBCS supportsos1994-08-242-8/+6
* New file declaring the sysent structuressos1994-08-241-0/+58
* remove unnecessary occurrence ofcsgr1994-08-221-5/+1
* - Fix warnings in df, etc. caused by misplaced declaration of doumount().bde1994-08-221-4/+4
* - Fix attribute for __pure2.bde1994-08-221-3/+3
* Another typo by mepaul1994-08-211-3/+3
* Remove the idempotency I added -- it was wrong.paul1994-08-211-6/+1
* Made idempotent.paul1994-08-211-4/+5
* Made them all idempotent.paul1994-08-2150-55/+293
* Implemented filesystem clean bit via:dg1994-08-201-1/+2
* Woops...forgot to commit this file. Part of Terry Lambert's loadable kerneldg1994-08-201-0/+363
* Hmmm...my workaround for Garrett's new exec prototypes wasn't sufficient.dg1994-08-191-3/+3
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-193-15/+16
* Fix up some sloppy coding practices:wollman1994-08-1814-60/+110
* Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreakdg1994-08-181-1/+2
OpenPOWER on IntegriCloud