aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Note that the umass device requires scbus and daKris Kennaway2001-07-222-2/+2
* Remove an old hack that remembered if the card type was Linksys byIan Dowse2001-07-221-7/+3
* make driver compile under 4.3-STABLEHellmuth Michaelis2001-07-221-0/+4
* Don't do sleep state transition if specified sleep state is notMitsuru IWASAKI2001-07-223-14/+20
* Attach the miibus for Linksys/Dlink cards from the attach routine,Ian Dowse2001-07-222-6/+11
* As per further discussions on hackers redo the SIGCHLD patch to not generateMatthew Dillon2001-07-222-8/+8
* Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' fromMike Barcroft2001-07-221-0/+2
* Add entry for SMC 2632W card.Warner Losh2001-07-221-11/+26
* Remove namespace pollution.Mike Barcroft2001-07-221-2/+2
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* Use the correct ioctl command to set a VESA mode.Kazutaka YOKOTA2001-07-221-1/+3
* Fix some bugs and general brain damage in mounttab:Ian Dowse2001-07-224-72/+69
* Fix some man page xrefs.Mike Pritchard2001-07-222-3/+3
* Change the errx() example. Error messages passed to the err(3)Dima Dorfman2001-07-221-1/+1
* Add: ``If you have to wrap a long statement, put the operator at theDima Dorfman2001-07-221-1/+4
* Don't put a shell prompt in the example since none of the other manDima Dorfman2001-07-221-2/+8
* revert previous commit (bad style and not needed)Assar Westerlund2001-07-221-1/+0
* remove -*- nroff -*- thingyAlfred Perlstein2001-07-221-1/+0
* add directory i4brunppp.Hellmuth Michaelis2001-07-221-0/+2
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepGarance A Drosehn2001-07-223-37/+25
* Error messaging in ipfw(8) was out of hand, almost 50 lines of usageCrist J. Clark2001-07-221-109/+114
* Add another Dell 3/Di PCI ID. You'd think they had enough of theseMike Smith2001-07-221-0/+1
* Fix a selection of bugs, and improve code layout:Ian Dowse2001-07-221-95/+74
* Rename the -w option to be -W. The recently-added -w option is differentGarance A Drosehn2001-07-222-7/+30
* Correct typo.Yoshihiro Takahashi2001-07-221-1/+1
* Include the remote hostname in RPC-related warning messages. ExitIan Dowse2001-07-221-25/+24
* add prototype for dosetrlimitAssar Westerlund2001-07-222-2/+2
* revert previous accidental commitAssar Westerlund2001-07-222-2/+10
* get rid of some printf and pointer type warningsAssar Westerlund2001-07-229-25/+19
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.Garance A Drosehn2001-07-222-7/+7
* The MA401 is a Prism IINick Sayer2001-07-211-1/+1
* ACPI CA doesn't recognis S4BIOS as a seperate sleep type anymore, soMike Smith2001-07-212-17/+0
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)Assar Westerlund2001-07-211-0/+1
* - Allow link-local multicast traffic for client.Hajimu UMEMOTO2001-07-211-3/+29
* add an unused attribute to yyunput to avoid warnings (errors) whenAssar Westerlund2001-07-211-1/+5
* This was repo copied to src/release/alpha/fixit_crunch.conf.David E. O'Brien2001-07-211-24/+0
* I think this is OK for PC98, someone please check.David E. O'Brien2001-07-211-3/+2
* Fix the install kernel on a 1.44MB floppy again.David E. O'Brien2001-07-211-0/+13
* Unconditionalize these now that they live in ARCH-specific directories.David E. O'Brien2001-07-214-297/+0
* + Build with `lint' defined to cut out some of the `rcsid's (binaries' codeDavid E. O'Brien2001-07-212-6/+4
* + Build with `lint' defined to cut out some of the `rcsid's (binaries' codeDavid E. O'Brien2001-07-211-7/+6
* dokern.sh was repo copied from src/release/scripts toDavid E. O'Brien2001-07-211-1/+1
* This has been repo copied to src/release/${MACHINE_ARCH}/dokern.shDavid E. O'Brien2001-07-211-177/+0
* This has been repo copied to src/release/${MACHINE_ARCH}/boot_crunch.confDavid E. O'Brien2001-07-211-30/+0
* add <sys/cdefs.h> (for __unused and such)Assar Westerlund2001-07-211-0/+1
* null_do_probe: mark as unusedAssar Westerlund2001-07-211-0/+2
* (vm_page_select_cache): add prototypeAssar Westerlund2001-07-211-0/+1
* Another hangup bugfix from Juha:Hellmuth Michaelis2001-07-211-0/+4
* Fix hangup bug; Juha writes:Hellmuth Michaelis2001-07-211-5/+3