summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't zero b_dirtyoff and b_dirtyend on error.dfr1997-04-251-3/+3
* Don't try to install f2c'h now that it's installed fromasami1997-04-251-2/+2
* Eliminate a small redundancy with ALL_DISTSjkh1997-04-251-2/+2
* Catch up with the original.hanai1997-04-253-46/+20
* copyin the export network mask to the correct variable.peter1997-04-252-4/+4
* correct vfork()/exit() to vfork()/_exit(). This is far more importantpeter1997-04-251-1/+1
* Add a -I switch to CFLAGS to use the f2c.h header file in the usr.bin/f2cjmz1997-04-241-1/+1
* Install f2c.hjmz1997-04-241-0/+4
* This file is a duplicate of src/usr.bin/f2c/f2c.hjmz1997-04-241-223/+0
* The following scenario would result in a bogus residual being reportedgibbs1997-04-242-3/+8
* Add definition of PCI_SUBID_REG2, the subvendor/device ID forse1997-04-242-2/+4
* Change vfork to fork, too many memory-clobbering actions present in childache1997-04-232-4/+4
* Even better fix: use close(fileno(mfp)); to close unneded descriptorache1997-04-231-1/+2
* Better fix: return vfork() again, but remove clobbering fclose()ache1997-04-231-4/+3
* Replace vfork() by fork(), vfork() usage is totally bogus in this context.ache1997-04-231-2/+2
* Restore memory space separation (RFMEM) for vfork() afterache1997-04-231-1/+1
* Don't clobber user space argv0 memory on shell exec, mainly for vfork()ache1997-04-232-17/+26
* Add argv0 field for imgact structure - for replacing argv0 in shellache1997-04-231-1/+2
* Add preliminary support for PCI config header type 2:se1997-04-232-20/+38
* Fixed longstanding profiling bug. The frame pointer wasn't set upbde1997-04-232-126/+46
* Pass everything in ${LDADD} directly to the linker for `make depend'bde1997-04-231-2/+2
* Add Christoph Kukulies to donor's gallery.jkh1997-04-231-17/+22
* Don't call getnetbyname() on a netmask. On a system with a slow netmsmith1997-04-232-4/+4
* Generate .S files for syscalls. This has many advantages:bde1997-04-231-34/+9
* Fixed missing strip step in .S.o and .S.po rules.bde1997-04-231-5/+7
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRbde1997-04-233-4/+3
* Add basic login.conf (sans authentication) support.davidn1997-04-233-7/+58
* Spelling police.danny1997-04-232-4/+4
* Added login.conf support.davidn1997-04-233-8/+71
* Remove sef's email address.jkh1997-04-231-2/+2
* Give up on the fast vfork() for a while.dyson1997-04-231-2/+2
* Check that the received packet length indicated by the card is at leastdg1997-04-232-2/+10
* Update to version 1.9.jkh1997-04-2215-71/+270
* Removed wrong declarations of malloc() and realloc(). They were unused,bde1997-04-221-1/+1
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPdfr1997-04-225-29/+19
* Synchronize with sys/i386/conf/Makefile.i386, sys/i386/i386/machdep.ckato1997-04-225-25/+69
* Add a -2 flag to mountd to allow an admin to disable NFSv3 services.dfr1997-04-224-14/+40
* Update the host filesystem so that it works with NFSv3dfr1997-04-223-37/+129
* FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)bde1997-04-221-1/+2
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-2238-164/+743
* fix a bugon of last commitjmg1997-04-221-2/+2
* Fixed typo in the set_keyboard_param().yokota1997-04-221-1/+1
* In these XXX MHz days, waiting 500ms for a process to do something isphk1997-04-211-2/+2
* Dirty change in union_lock(). Sometimes upper vnode is locked withoutkato1997-04-212-10/+46
* Long usernames fixesache1997-04-211-5/+5
* Use UT_NAMESIZE instead of hardcoded user names lengthache1997-04-211-2/+3
* - Added Samuel Lam <skl@ScalableNetwork.com> for his 3c589D patch.nate1997-04-211-1/+2
* Send this to the Attic so there's no mixups over which kern_lock.c is inpeter1997-04-211-377/+0
* - Better fix for 3C589D support. Revert previous changes and add anate1997-04-211-1/+2
* Replace VOP_LOCK with vn_lock.kato1997-04-212-4/+4
OpenPOWER on IntegriCloud