aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sendmsg() didn't like the MSG_EOR flag and returned an error. Removing theMatthew Dillon1998-12-123-6/+6
* PR: kern/8965Matthew Dillon1998-12-122-2/+6
* PR: bin/9031Matthew Dillon1998-12-121-2/+2
* Add a simple library for accessing i/o ports and memory on the alpha.Doug Rabson1998-12-126-0/+743
* Close PR bin/8753 pwd_mkdb problem when having comments in passwd fileFoxfair Hu1998-12-121-1/+5
* Fixed warning in usr.sbin/usbdNick Hibma1998-12-121-0/+2
* Added usbd, usbdevs directoriesNick Hibma1998-12-121-1/+3
* When no driver was found for a device, the message 'not probed' appearedNick Hibma1998-12-121-5/+5
* Add support for the YE-Data external PCMCIA floppy driver. ThisWarner Losh1998-12-1210-28/+1115
* (0) Fast INDEX generation. Only print out the directory name andSatoshi Asami1998-12-122-75/+105
* Add working client and server sample applications.Poul-Henning Kamp1998-12-111-8/+240
* Set and propagate the correct cause code values.Poul-Henning Kamp1998-12-115-46/+92
* Copy application name and connection attributes for accept() sockets fromPoul-Henning Kamp1998-12-111-7/+10
* (almost) null commit, recording message for previous commit:Poul-Henning Kamp1998-12-111-4/+4
* *** empty log message ***Poul-Henning Kamp1998-12-112-11/+16
* Reviewed by: freebsd-currentMatthew Dillon1998-12-111-27/+63
* Merged from Lite2 (one bcopy -> memmove, one significant change:Bruce Evans1998-12-111-4/+5
* Fixed missing 'p' and `-' flags and other defects in the usage message.Bruce Evans1998-12-111-4/+5
* Add directories for KLD examples.Doug Rabson1998-12-111-1/+15
* Sample modules for KLD.Doug Rabson1998-12-1117-0/+1713
* Merged from Lite2 (just an English fix or pun removal).Bruce Evans1998-12-111-4/+4
* Fixed disordered options in synopsis.Bruce Evans1998-12-111-2/+2
* Fixed missing `p' flag in synopsis.Bruce Evans1998-12-111-2/+2
* Sync with sys/i386/isa/lpt.c revision 1.72.KATO Takenori1998-12-111-33/+36
* Should be sysctl -n. Yesterday wasn't one of my better days. Doh.John Birrell1998-12-111-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.317.KATO Takenori1998-12-112-4/+4
* Some fixes to handle fixed mode and variable mode more sensibly- and alsoMatt Jacob1998-12-111-46/+167
* If we failed to probe/attach somehow, we never have a sc->sc_hccaJulian Elischer1998-12-111-0/+3
* Convert dadump to use reasonable data types so that some casting is unecessary.Justin T. Gibbs1998-12-111-17/+17
* Do not attempt to retry commands that fail with ILLEGAL REQUEST status.Justin T. Gibbs1998-12-111-3/+3
* Remove unsued variable.Justin T. Gibbs1998-12-111-9/+12
* Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision...Nick Hibma1998-12-112-7/+4
* Change to the current directory before doing the install. I !love make.John Birrell1998-12-111-1/+2
* Add a '-p' flag to shutdown which corresponds to the '-p' flag to halt,Mike Smith1998-12-102-7/+21
* Reversed the order of the USB devices, makes sure the ugen device is probed lastNick Hibma1998-12-101-4/+6
* Perform APM power-off on power-off request, not halt request.Mike Smith1998-12-102-6/+6
* Fix typo.Jun Kuriyama1998-12-101-2/+2
* The shift and the masking were in the wrong order for extractingJulian Elischer1998-12-101-9/+9
* CALL -> PCALL for sigaltstack for libc_r.John Birrell1998-12-101-1/+1
* Don't hide mknod, it doesn't need a wrapper and never has had one.John Birrell1998-12-103-6/+6
* Remove some compiler warnings.Julian Elischer1998-12-103-27/+18
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-1010-36/+36
* Silence gcc -Wall -ansi -pedantic.Bill Paul1998-12-102-71/+65
* Boy, this was tricky to find:Brian Somers1998-12-101-1/+2
* When using ``set device !someprogram'', when ``someprogram''Brian Somers1998-12-103-5/+24
* Support ESS1868 (and probably ESS688 & ESS1668).Brian Somers1998-12-108-245/+510
* Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof().Bill Paul1998-12-101-9/+7
* linux_pipe does not preserve the edx register. Linux andJordan K. Hubbard1998-12-102-6/+24
* Add a test for hw.machine == i386 before trying to run ldconfig forJohn Birrell1998-12-101-12/+15
* Add logic to check if any of the BIN1 files do not already exist inJohn Birrell1998-12-101-1/+23