summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged from Lite2 (one bcopy -> memmove, one significant change:bde1998-12-111-4/+5
* Fixed missing 'p' and `-' flags and other defects in the usage message.bde1998-12-111-4/+5
* Add directories for KLD examples.dfr1998-12-111-1/+15
* Sample modules for KLD.dfr1998-12-1117-0/+1713
* Merged from Lite2 (just an English fix or pun removal).bde1998-12-111-4/+4
* Fixed disordered options in synopsis.bde1998-12-111-2/+2
* Fixed missing `p' flag in synopsis.bde1998-12-111-2/+2
* Sync with sys/i386/isa/lpt.c revision 1.72.kato1998-12-111-33/+36
* Should be sysctl -n. Yesterday wasn't one of my better days. Doh.jb1998-12-111-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.317.kato1998-12-112-4/+4
* Some fixes to handle fixed mode and variable mode more sensibly- and alsomjacob1998-12-111-46/+167
* If we failed to probe/attach somehow, we never have a sc->sc_hccajulian1998-12-111-0/+3
* Convert dadump to use reasonable data types so that some casting is unecessary.gibbs1998-12-111-17/+17
* Do not attempt to retry commands that fail with ILLEGAL REQUEST status.gibbs1998-12-111-3/+3
* Remove unsued variable.gibbs1998-12-111-9/+12
* Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision...n_hibma1998-12-112-7/+4
* Change to the current directory before doing the install. I !love make.jb1998-12-111-1/+2
* Add a '-p' flag to shutdown which corresponds to the '-p' flag to halt,msmith1998-12-102-7/+21
* Reversed the order of the USB devices, makes sure the ugen device is probed lastn_hibma1998-12-101-4/+6
* Perform APM power-off on power-off request, not halt request.msmith1998-12-102-6/+6
* Fix typo.kuriyama1998-12-101-2/+2
* The shift and the masking were in the wrong order for extractingjulian1998-12-101-9/+9
* CALL -> PCALL for sigaltstack for libc_r.jb1998-12-101-1/+1
* Don't hide mknod, it doesn't need a wrapper and never has had one.jb1998-12-103-6/+6
* Remove some compiler warnings.julian1998-12-103-27/+18
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-1010-36/+36
* Silence gcc -Wall -ansi -pedantic.wpaul1998-12-102-71/+65
* Boy, this was tricky to find:brian1998-12-101-1/+2
* When using ``set device !someprogram'', when ``someprogram''brian1998-12-103-5/+24
* Support ESS1868 (and probably ESS688 & ESS1668).brian1998-12-108-245/+510
* Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof().wpaul1998-12-101-9/+7
* linux_pipe does not preserve the edx register. Linux andjkh1998-12-102-6/+24
* Add a test for hw.machine == i386 before trying to run ldconfig forjb1998-12-101-12/+15
* Add logic to check if any of the BIN1 files do not already exist injb1998-12-101-1/+23
* Revamp the way that exceptional message handling is performed so that itgibbs1998-12-106-664/+1118
* Convert debugging printfs to the CAM_DEBUG macro.gibbs1998-12-101-40/+50
* Expand the hba_misc fied in the Path Inquiry ccb to allow a controller drivergibbs1998-12-102-10/+65
* Remove debugging printfs.gibbs1998-12-101-3/+1
* Another directive nit.steve1998-12-101-1/+1
* Remove @code directive around --change-leading-char.steve1998-12-101-1/+1
* Comment out empty "BUGS" section.steve1998-12-101-1/+1
* Remove duplicate entries for -N and -S commandline switches.steve1998-12-101-9/+2
* Eliminate compiler warning when compiling "config.c" in a kernel.archie1998-12-101-2/+2
* Add missing int to prototypes of mvaddstr and mvaddnstr.steve1998-12-101-2/+2
* Eliminate compiler warning.archie1998-12-101-2/+2
* Typo fix: "whether on not" -> "whether or not".steve1998-12-101-1/+1
* Eliminate compiler warning.archie1998-12-101-3/+3
* poll(2) sets POLLNVAL for descriptors passed in that are less thanjkh1998-12-101-2/+4
* Eliminate compiler warning.archie1998-12-103-4/+11
* Cleanup up the wording for the F00F bug workaround message.steve1998-12-102-4/+4
OpenPOWER on IntegriCloud