summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add usage().charnier1997-07-243-16/+31
* Use err(3). Cosmetic in usage string.charnier1997-07-243-33/+27
* Use err(3).charnier1997-07-243-10/+11
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-243-3/+164
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-245-25/+5
* Don't try to ioctl(,TIOCOUTQ,) on a closedbrian1997-07-241-5/+6
* Fixed possible deadlock from recursive INTs on same cpu. Sincefsmp1997-07-231-3/+9
* index -> strchr and rindex -> strrchr to reduce the number of gratuitousimp1997-07-237-19/+19
* New simple_lock code in asm:fsmp1997-07-2316-235/+550
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-234-8/+11
* Forced 32bit alignment of struct simple_lock.fsmp1997-07-232-4/+6
* Reorder decomposition of the filename argument for the '-h' flag tomsmith1997-07-231-2/+3
* YAMF22 - /boot.foo fixups.jkh1997-07-233-3/+30
* Synchronize with sys/i386/isa/clock.c revision up to 1.97.kato1997-07-233-87/+18
* Turn off doc.1 distribution until we figure out what we're going to do withjkh1997-07-231-1/+3
* Use err(3) instead of local redefinition. Remove progname.charnier1997-07-234-65/+43
* Typo.charnier1997-07-232-8/+8
* Use err(3) instead of local redefinition.charnier1997-07-232-42/+18
* Coded simple_lock and friends in asm.fsmp1997-07-235-31/+222
* Use setuid/seteuid around dangerous operations. Also a few bufferimp1997-07-2311-50/+199
* Added a missing semicolon, compile failed when I turned on simple_lock().fsmp1997-07-221-10/+6
* Last commit didn't take, operator error???fsmp1997-07-2215-419/+350
* Hid the existance of imen via a dump routine.fsmp1997-07-222-12/+4
* Cleaned up an ugly printout.fsmp1997-07-221-7/+4
* Removed the SMP_TIMER_NC suggestion.fsmp1997-07-221-3/+4
* Major cleanup of APIC code around the imen variable.fsmp1997-07-220-0/+0
* Cleaned up the FPU init.fsmp1997-07-221-8/+2
* Correct some dumb mistakes in the WebNFS stuff.dfr1997-07-224-32/+64
* Allow NULL cookie verifiers for non-NULL offsets. This is needed fordfr1997-07-222-6/+6
* Well, consensus seems very split on this so I talked it over with DGjkh1997-07-222-10/+6
* Quick and dirty (?) fix for noatime option. The WebNFS changesbde1997-07-221-2/+2
* = -> ==, strcpy -> strncpy from OpenBSD.charnier1997-07-226-36/+49
* Use err(3).charnier1997-07-222-26/+21
* lockf: usage : lockf -> usage: lockf by using fprintf instead of errx.charnier1997-07-221-2/+4
* Add a warning about how to add ports collections to this cvsupfilejdp1997-07-221-1/+17
* update the floppies directory to work betterjulian1997-07-2218-204/+210
* Add ref to idprio(1).wosch1997-07-211-1/+2
* Output name of duplicate spool dir.brian1997-07-211-1/+2
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-212-6/+2
* Fix a very stupid heap corruption bug: in ypproc_match_2_svc(), whenwpaul1997-07-211-9/+7
* SMP code initializes the FPU of APs.fsmp1997-07-211-4/+14
* Oops, unremoved used #include.bde1997-07-211-0/+3
* Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn'tbde1997-07-211-6/+1
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-212-2/+5
* Removed support for stale options.bde1997-07-211-30/+3
* Added top.1 to CLEANFILES.bde1997-07-211-0/+1
* Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.bde1997-07-212-4/+4
* Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S andbde1997-07-211-1/+1
* Synchronize with sys/i386/isa/npx.c revision 1.49.kato1997-07-211-68/+43
* Synchronize with sys/i386/i386/microtime.s revision 1.26.kato1997-07-211-2/+20
OpenPOWER on IntegriCloud