summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Changes preparing for iBCS supportsos1994-08-246-28/+51
* Pay attention to *all* errors from copyinstr(). This patch fixes a bugdg1994-08-241-8/+16
* Initialized v_writecount.dg1994-08-242-4/+6
* print "BUSY" instead of error number if filesystem was busy duringdg1994-08-222-10/+26
* Implemented filesystem clean bit via:dg1994-08-206-14/+148
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-202-4/+3
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-195-7/+983
* Fix up some sloppy coding practices:wollman1994-08-1820-52/+107
* Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreakdg1994-08-181-1/+5
* Moved over my fix for vnode lossage when multiple TIOCSCTTY ioctls aredg1994-08-181-1/+10
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Brucedg1994-08-131-3/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-134-30/+30
* Make it easier for programs to figure out what revision of FreeBSD theywollman1994-08-101-0/+3
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-101-2/+2
* Change default security level to -1, so that users don't get bitten bywollman1994-08-101-2/+2
* Made lockf advisory locking code generic (rather than ufs specific), anddg1994-08-081-0/+797
* Run-time configuration of VFS update interval. Old UPDATE_INTERVALwollman1994-08-082-6/+16
* Detect the "EOF" condition. Specifically, end of partition.dg1994-08-081-1/+4
* Process tracing code. Written by Sean Eric Fagan.dg1994-08-081-30/+317
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-081-2/+2
* Define a sysctl MIB variable for the YP domain name.wollman1994-08-082-4/+12
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-071-3/+1
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-1/+5
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-062-34/+45
* Implemented support for the "ps_strings" structure (grrrr...) for use indg1994-08-061-3/+19
* Process scheduling changes - adapted from FreeBSD 1.1.5. Basically,dg1994-08-062-2/+12
* Fixed bug that would cause free memory reserves to be depleted and cause adg1994-08-041-1/+5
* Added $Id$dg1994-08-0265-2/+77
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-012-18/+5
* Allow for output processing routine to handle entire character bufferdg1994-08-011-2/+4
* This commit was generated by cvs2svn to compensate for changes in r1802,phk1994-07-241-0/+310
|\
| * Reviewed by: phkphk1994-07-241-0/+310
* Added code to allocate and deallocate a number of cblocks on open/close ofdg1994-07-061-0/+15
* Fixed minor spelling error.dg1994-06-111-1/+1
* trap.c:dg1994-06-061-410/+383
* Don't panic if we can't malloc a cblock...just print a console messagedg1994-05-292-4/+8
* Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makesdg1994-05-291-12/+3
* Completed version of my clist management code. Requires hooks in tty.cdg1994-05-272-142/+498
* Moved header definitions to buf.h, and added missing splx() - founddg1994-05-261-52/+30
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2560-700/+2899
* This commit was generated by cvs2svn to compensate for changes in r1541,rgrimes1994-05-2459-0/+28026
|\
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2459-0/+28026
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2410-0/+6601
* Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing whengclarkii1994-04-291-4/+4
* Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb isdg1994-04-071-1/+19
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-10/+7
* From John Dyson: performance improvements to the new bounce bufferdg1994-03-241-5/+19
* Increased maximum protection for data segment to VM_PROT_ALL becausedg1994-03-171-4/+2
* Performance improvements from John Dyson.dg1994-03-141-3/+3
* 1) "Pre-faulting" in of pages into process address spacedg1994-03-071-9/+4
OpenPOWER on IntegriCloud