summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Now apply local changes to make this compile in 2.2-current (sorry aboutjkh1995-09-031-4/+2
* Machine independent changes to support pre-zeroed free pages. Thisdyson1995-09-033-24/+72
* Machine dependent routines to support pre-zeroed free pages. Thisdyson1995-09-035-5/+52
* VOP_BMAP will eventually need an additional argument, but not yet. Thisdyson1995-09-031-3/+3
* Added prototype for new routine "vm_page_set_validclean" and initialdyson1995-09-031-1/+9
* New subroutine "vm_page_set_validclean" for a vfs_bio improvement.dyson1995-09-031-1/+17
* Improvements to the cluster code, minor vfs_bio efficiency:dyson1995-09-032-106/+205
* Bring the Digiboard driver (ALPHA version) into -current. Includesjkh1995-09-0314-9/+6295
* remove about 50 lines of duplicate code..julian1995-09-031-117/+83
* devfs changes..julian1995-09-0323-125/+269
* Cosmetic changes to make a comment more nearly reflect realityjulian1995-09-031-4/+5
* Do not allow delete/rename lookup request to preventmpp1995-09-022-2/+14
* Correctly initialize the mount stat structure so thatmpp1995-09-022-2/+8
* Change procfs_lookup to not allow delete/rename operationsmpp1995-09-022-6/+12
* Submitted by: Julianjulian1995-09-021-7/+5
* Something got spammed in my 2.2 work tree (don't know how :( ) andjkh1995-09-015-40/+61
* Jim's attempt to fix the new sound code somewhat. Tested withjkh1995-09-017-23/+75
* Jim's latest fixes.jkh1995-09-012-13/+33
* Add a few hooks (in the form of an array of four void *'s) to allowwollman1995-08-311-1/+4
* Fix fatal function type mismatches in lkms. lkm init functions recentlybde1995-08-311-2/+2
* Increase the size of the pipe buffer as denoted by PIPSIZ fromdyson1995-08-311-2/+4
* Make nfs diskless work again.dfr1995-08-302-2/+6
* Declare vfs_mountroot() in the right place.bde1995-08-304-8/+5
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-303-8/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-307-31/+37
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-303-34/+12
* Fix benign type mismatch in a sysinit function arg.bde1995-08-302-4/+4
* Fix benign type mismatches and nested extern declarations in new sysinitbde1995-08-291-4/+19
* Remove relocation of Crtat. Drivers already relocate it (somewhatbde1995-08-293-36/+3
* Fix long-standing bug in ICMPPRINTFS code where NTOHL was used insteadwollman1995-08-291-12/+20
* Address Bruce's mmap concerns in this driver too.jkh1995-08-291-3/+3
* Reset LANG and LC_TIME env. variables to produce english `date`ache1995-08-291-1/+3
* Fixes for issues raised by Bruce Evans.jkh1995-08-291-9/+12
* kmstartup had the wrong type and unnecessarily external linkage for abde1995-08-292-14/+7
* Kernel components of Matrox Meteor driver.jkh1995-08-287-3/+1692
* Fix correct_writedisklabel() and writedisklabel(). Their setting ofbde1995-08-282-22/+28
* Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.guido1995-08-282-2/+20
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-2847-563/+1647
* Modified linux_readdir() function to properly handle Linux readdir()swallace1995-08-282-28/+54
* Add a comment that a user with many open windows under X might need tojoerg1995-08-273-6/+9
* Change db_ps() to have the correct number and type of args for a ddbbde1995-08-271-2/+7
* Change db_fncall() and db_panic() to have the correct number and type ofbde1995-08-271-5/+13
* Change vm_object_print() to have the correct number and type of argsbde1995-08-262-5/+11
* Change vm_map_print() to have the correct number and type of args forbde1995-08-262-7/+15
* Don't declare a nonexistent function.bde1995-08-261-4/+2
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsbde1995-08-262-8/+8
* Convert \n to \r\n in serial_putchar().bde1995-08-261-0/+2
* Bump the OSRELDATE to 199508. Too many things have changed sincejoerg1995-08-261-2/+2
* Killed MNT_NOAUTO.dg1995-08-261-2/+1
* Don't compile the diagnostic functions vhold() and holdrele() unlessbde1995-08-252-2/+6
OpenPOWER on IntegriCloud