aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvsJordan K. Hubbard1994-11-2248-2563/+40
| | | | | This commit was manufactured to restore the state of the 2.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-2116-0/+5046
| | | | Notes: svn path=/releng/BETA_2_0/; revision=4743
* This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.cvs2svn1994-11-088-1300/+0
| | | | Notes: svn path=/releng/ALPHA_2_0/; revision=4294
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,Poul-Henning Kamp1994-10-083-11/+21
| | | | | | | | look for CC_WALL. Cosmetics, a couple of unused vars. Notes: svn path=/head/; revision=3427
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
| | | | | | | the wait. Notes: svn path=/head/; revision=3396
* Fix the consistent mistranslation of Linux's get_fs_word() andBruce Evans1994-09-212-17/+17
| | | | | | | | | | | put_fs_word() to fuword() and suword(). Linux words are 16 bits but BSD words are 32-bits, at least on vax's. Writing a too-large word trashed the neighbouring short word. Bruce Notes: svn path=/head/; revision=2957
* Quiet down compiler warnings.David Greenman1994-08-313-9/+9
| | | | Notes: svn path=/head/; revision=2420
* Changed STRC -> P_TRACED.David Greenman1994-08-301-2/+2
| | | | Notes: svn path=/head/; revision=2417
* Made idempotentPaul Richards1994-08-214-6/+22
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2177
* Added $Id$David Greenman1994-08-027-0/+7
| | | | Notes: svn path=/head/; revision=1817
* Commit a whole cluster of last minute critical (and one cosmetic) fixesJordan K. Hubbard1994-06-221-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from David Greenman, Bruce Evans and Julian Elischer. They are: [vnode pager - David/Bruce]: The following patch fixes a problem where some data could be lost in a delayed-write buffer if the cached buffer was larger than a page. This fix was provided by Bruce Evans and modified slightly by me. [st.c - Julian]: My fix for "bad request, must be between 0 and 0" RTFS if you're interested). [gnu/fpemul - David/Bruce]: These changes fix single stepping of emulated FPU instructions. Previously, the instruction after an emulated instruction was executed without causing a SIGTRAP ... The also fix the initial control word being different for the GPL emulator (it is still wrong for the old emulator) and remove an unnecessary panic when emulation is not configured (I hope at least init, sh and reboot will run without floating point. I remember only df and mkfs being broken by the lack of FP in 0.0). [Various fixes described below - Bruce/David]: sys/i386/boot/boot2.S: Yet another attempt to propagate the correct fix for 16 vs 32-bit mode bugs. [verified] sys/i386/i386/db_interface.c: Protect against reentering Debugger(). sys/kern/kern_time.c: Don't allow 'time.tv_usec == 0' except at clock interrupts. sys/pcfs/pcfs_fat.c: Make it compile without -O. sys/scsi/sd.c: Fix as posted to some freebsd mailing list. (changes the order of the assignment of "sectors" because it earlier value is needed first -DG) sys/vm/vm_glue.c: Fix stale comments and verbose code. sys/vm/vm_mmap.c Fix off by 1 errors and verbose code. [From Nate - cosmetic but non-intrusive and useful enough to go in] sys/i386/isa/isa.c: Appended you'll find a patch to the NMI error log routine in isa/isa.c. The below patch just adds some additional information when an NMI occurs which can help debug the hardware problem. Notes: svn path=/head/; revision=1766
* Copyright changes per the author.Rich Murphey1994-06-1040-263/+634
| | | | | | | | Added specific permissions for redistribution with FreeBSD and NetBSD. Fixed author's email address. Notes: svn path=/head/; revision=1699
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-252-2/+2
| | | | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman Notes: svn path=/head/; revision=1549
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-247-0/+1232
| | | | Notes: svn path=/head/; revision=1541
* Fix typoGary Clark II1994-04-301-2/+2
| | | | Notes: svn path=/head/; revision=1436
* Added rcs Id'sGary Clark II1994-04-2917-1/+55
| | | | Notes: svn path=/head/; revision=1430
* Added rcs Id'sGary Clark II1994-04-299-0/+30
| | | | Notes: svn path=/head/; revision=1429
* Added rcs Id'sGary Clark II1994-04-299-0/+31
| | | | Notes: svn path=/head/; revision=1428
* Added rcs Id'sGary Clark II1994-04-295-0/+16
| | | | Notes: svn path=/head/; revision=1427
* Add rcs IdGary Clark II1994-04-291-0/+3
| | | | Notes: svn path=/head/; revision=1426
* Added casts to keep gcc quietGary Clark II1994-04-292-3/+3
| | | | Notes: svn path=/head/; revision=1425
* Added commits to keep gcc quietGary Clark II1994-04-291-2/+2
| | | | Notes: svn path=/head/; revision=1424
* Added casts to keep gcc quiet.Gary Clark II1994-04-291-4/+4
| | | | Notes: svn path=/head/; revision=1423
* rename the function fscale to emu_fscale to prevent conflicts.Gary Clark II1994-04-291-2/+2
| | | | Notes: svn path=/head/; revision=1422
* Import of gpl'ed math emulator.Gary Clark II1994-04-2944-0/+11697
No changes have been done. Notes: svn path=/head/; revision=1421