aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added the TODO file. Also wanted to announce the previous change to rtld.cJordan K. Hubbard1993-12-091-0/+4
* David Greenman's latest changes to eliminate much stack-walking jazzJordan K. Hubbard1993-12-092-188/+16
* 1) Fix error with port recognition, speed initialization codeAndrey A. Chernov1993-12-093-6/+39
* We've got accounting, might as well have a directory for it.Nate Williams1993-12-081-0/+2
* Fixed spelling error. Added NSIP (XNS over IP). Fixed TP class 4 overGarrett Wollman1993-12-063-9/+12
* Added entries for sup into services.Andreas Schulz1993-12-052-1/+8
* Fixed the error that a Fdopen succeeds without a found fd controller inAndreas Schulz1993-12-043-6/+9
* More changes to bring FreeBSD in sync with Paul K's latest.Jordan K. Hubbard1993-12-042-6/+6
* More changes to bring FreBSD in sync with Paul K's latest.Jordan K. Hubbard1993-12-048-282/+42
* From: Jeffrey Hsu <hsu@soda.berkeley.edu>Andrew Moore1993-12-039-9/+26
* Reset fdc during probe.Andrew Moore1993-12-033-3/+21
* Sorry, Jordan, but I restore previous version again.Andrey A. Chernov1993-12-021-2/+6
* #ifdef DEBUG unwanted message, third time after Jordan...Andrey A. Chernov1993-12-021-2/+2
* Moved DEBUG conditional where it belonged to remove DEBUG code out ofNate Williams1993-12-021-2/+2
* Second attempt to integrate Paul K's changes.Jordan K. Hubbard1993-12-022-2/+112
* Second attempt to integrate Paul K's changes.Jordan K. Hubbard1993-12-024-20/+36
* deleted all references to rindex and included string.h instead.Andreas Schulz1993-12-011-6/+6
* changed the order of the includes and deleted a reference to indexAndreas Schulz1993-12-013-5/+5
* All -static and -Xlinker -Bstatic flags missed inAndrey A. Chernov1993-12-011-4/+8
* #ifdef DEBUG missed by several lines!Andrey A. Chernov1993-12-011-2/+2
* Add DEBUG #ifdef, (second time!)Andrey A. Chernov1993-12-011-1/+3
* Remove hanging #else part (with second sbrk()) without #if & #endifAndrey A. Chernov1993-12-012-110/+6
* Remove -g option (second time!)Andrey A. Chernov1993-12-011-2/+2
* From: Julian Howard Stacey <stacey@guug.de>Rodney W. Grimes1993-12-011-2/+1
* Latest from Paul K. for better checking of PIC code.Jordan K. Hubbard1993-11-308-51/+187
* Many recent fixes from Paul K, add support for chaining of shared lib deps.Jordan K. Hubbard1993-11-3018-233/+704
* allow spaces in $sendmail_flags.Rich Murphey1993-11-301-2/+2
* wmesg was too long (>7), fixedAndrey A. Chernov1993-11-292-6/+6
* * Revision 2.16 1993/11/29 16:55:56 davidgDavid Greenman1993-11-294-20/+56
* Direct #undefs removed to allow flexible manipulationAndrey A. Chernov1993-11-283-32/+14
* Patch from Gene Stark:David Greenman1993-11-283-9/+15
* Move soundcard.h & ultrasound.h to proper location <machine/...>Andrey A. Chernov1993-11-2710-20/+139
* Declare cnopen, cnclose, and other console routines.Garrett Wollman1993-11-272-4/+32
* Declared cn{open,close,read,write,ioctl,select} extern.Rich Murphey1993-11-271-1/+7
* Fix conflicting prototypes and return values.Rich Murphey1993-11-273-63/+114
* Fix d_write_t -> d_rdwr_t (typing error).Garrett Wollman1993-11-261-8/+4
* Don't start update daemon; it's now internel to the kernel.David Greenman1993-11-251-2/+1
* Patch from Julian Elischer:David Greenman1993-11-251-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-2590-926/+1571
* Added -lgcc_pic back again.Jordan K. Hubbard1993-11-252-4/+4
* /var/run is cleared on boot. Rerun 'ldconfig /usr/X386/lib' afterRich Murphey1993-11-241-1/+5
* Subject: Panic - can't mount route (Soren's changes)Nate Williams1993-11-231-2/+2
* Changed return(-1) in switch_scr to return(EINVAL), because -1 isChristoph Robitschko1993-11-233-6/+6
* Stop gap measure until we can get Bruce's driver debugged.Nate Williams1993-11-221-70/+101
* Some of the latest changes from Paul K (taken from NetBSD-current).Jordan K. Hubbard1993-11-2215-103/+320
* * Revision 2.14 1993/11/22 10:55:30 davidgDavid Greenman1993-11-224-110/+294
* patches from Julian Elischer -David Greenman1993-11-223-5/+57
* Missing part of Julians new scsi code, add new driver uk and revise theRodney W. Grimes1993-11-222-78/+74
* If we're not logging history information, don't demand write access.Jordan K. Hubbard1993-11-201-1/+1
* added 5us delay before checking BUSY flag to conform to ATA spec -David Greenman1993-11-191-2/+17