aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR: docs/9050Matthew Dillon1998-12-131-0/+1
* Add required #include references to manual pageMatthew Dillon1998-12-131-0/+2
* PR: bin/3478Matthew Dillon1998-12-132-6/+43
* oops. Fix indentation of the 'for' loop I just added.Matthew Dillon1998-12-132-36/+36
* Handle the race condition where vipw may lock a password file which hasMatthew Dillon1998-12-132-12/+44
* Pull in fixes similar to those recently committed to the bt driver:Justin T. Gibbs1998-12-131-4/+9
* Return ENODEV instead of EINVAL when a particular exchange or moveJustin T. Gibbs1998-12-121-3/+3
* Reviewed by: freebsd-currentMatthew Dillon1998-12-122-13/+34
* Clarify rc's handling of rc.localMatthew Dillon1998-12-121-2/+6
* Reviewed by: cvs-currentMatthew Dillon1998-12-121-15/+0
* Reviewed by: cvs-currentMatthew Dillon1998-12-123-23/+43
* Back out revs 1.181 and 1.182 which upset a few people. I hope thoseJohn Birrell1998-12-121-24/+1
* PR: kern/8990Matthew Dillon1998-12-121-1/+3
* 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