aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing & in des_set_key argumentAndrey A. Chernov1995-11-191-1/+1
* Kill setting of b_pfcent - it's unused.David Greenman1995-11-191-1/+0
* Rup uses tm_yday in its uptime printout, but ignores tm_year. This meansBill Paul1995-11-191-3/+11
* Fixed settimeofday():Bruce Evans1995-11-191-5/+7
* Moved the prototype for setsigvec() from kern_sig.c to signalvar.h.Bruce Evans1995-11-191-3/+4
* Added a missing splx(s).John Dyson1995-11-181-2/+4
* Fix my own brokeness for the colon operator, when one of the argumentsJoerg Wunsch1995-11-181-33/+31
* Andreas Klemm's patch set for dump(8), with some minor (cosmetic)Joerg Wunsch1995-11-185-17/+56
* Fixed the type of a function pointer.Bruce Evans1995-11-181-3/+3
* Fixed a comment.Bruce Evans1995-11-181-2/+2
* Added bogus casts to avoid warnings.Bruce Evans1995-11-181-5/+12
* KNFized spec_getpages_idone() and spec_getpages().Bruce Evans1995-11-182-86/+86
* Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIRBruce Evans1995-11-182-2/+10
* Fixed afterinstall rule:Bruce Evans1995-11-181-3/+5
* Improved formatting.Bruce Evans1995-11-181-5/+8
* Cleaned up SA_NODEFER changes.Bruce Evans1995-11-181-6/+6
* Moved bogusly placed #endif that hid some prototypes.Bruce Evans1995-11-181-1/+1
* Updated comments. The comments about the unused addresses get brokenBruce Evans1995-11-182-48/+60
* Fixed the types of the apm hook functions.Bruce Evans1995-11-181-7/+12
* Fixed the types of the apm hook functions.Bruce Evans1995-11-181-15/+27
* Fixed the type of a timeout function.Bruce Evans1995-11-182-4/+16
* Fixed staticization - use `static' in function headers, not just inBruce Evans1995-11-182-38/+38
* Fixed a bogus include path.Bruce Evans1995-11-181-2/+9
* Staticized an inline function. All inlines in kernel headers should beBruce Evans1995-11-182-4/+4
* Fixed (nonexistent) initialization of bp->b_pblkno. disksort() forBruce Evans1995-11-183-42/+6
* Fixed the type of a timeout function.Bruce Evans1995-11-181-9/+5
* Fixed the type of vm_fault_quick() - don't convert types back and forthBruce Evans1995-11-182-18/+36
* Fixed handling of trace traps when cons_unavail is set. Added commentsBruce Evans1995-11-182-12/+46
* Restored the device-driverness off wd.c. It got lost when wdc wasBruce Evans1995-11-182-8/+8
* Removed bogus padding that wasted 0x500 bytes.Bruce Evans1995-11-182-14/+12
* Fixed scrolling. The bottom line wasn't cleared. This caused theBruce Evans1995-11-181-7/+4
* Fixed the types of apm_default_resume() and apm_default_suspend().Bruce Evans1995-11-182-6/+14
* Fixed the type of nic_listen(). A trailing arg was missing.Bruce Evans1995-11-181-5/+9
* Ack. How embarassing. The PCNFSD and GATED config items were essentiallyJordan K. Hubbard1995-11-171-4/+15
* Avoid bogus free() of a junk pointer.Joerg Wunsch1995-11-172-4/+4
* Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.Satoshi Asami1995-11-171-2/+2
* Make this compile again by adding the necessary includes.Poul-Henning Kamp1995-11-171-0/+6
* Make sysctl compile again by removing all the debug stuff.Poul-Henning Kamp1995-11-172-64/+4
* Warn the user extra special for /etc/sysconfig.Jordan K. Hubbard1995-11-172-4/+28
* Remove tabs, argh!Jordan K. Hubbard1995-11-171-33/+33
* Set flag to stop backoff counter from counting when carrier activity isDavid Greenman1995-11-172-16/+28
* All net.* sysctl converted now.Poul-Henning Kamp1995-11-165-116/+52
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-164-34/+46
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-164-104/+86
* Fixed the type of procfs_sync(). Trailing args were missing.Bruce Evans1995-11-162-8/+52
* Fixed the type of portal_sync(). Trailing args were missing.Bruce Evans1995-11-162-6/+56
* Fixed the type of kernfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-5/+30
* Fixed the type of fdesc_sync(). Trailing args were missing.Bruce Evans1995-11-162-12/+54
* Fixed a call to the listen function. A trailing arg was missing.Bruce Evans1995-11-161-10/+16
* Completed function declarations.Bruce Evans1995-11-161-14/+41