aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PR #21245: handle wep keys correctly and pretty print hex keysBill Paul2000-09-212-36/+42
* Fix buffer overflow when DISPLAY is longer than 43 characters. ThisWarner Losh2000-09-201-4/+7
* Add new function in AML interpreter; aml_invoke_method().Mitsuru IWASAKI2000-09-208-12/+32
* o Remove 9 unnecessary includes.Warner Losh2000-09-203-12/+8
* Fix a typoBrian Somers2000-09-201-1/+1
* No need to generate opt_compat_oldisa.hWarner Losh2000-09-201-5/+1
* remove 5 unnecessary includes, per phk's scriptWarner Losh2000-09-204-5/+0
* Remove 7 unnecessary includes frmo phk's scriptWarner Losh2000-09-204-8/+0
* Remove 8 unnecessary includes from phk's scriptWarner Losh2000-09-202-8/+0
* IN_CLASS*() macros assume host order and s_addr is network bytePaul Saab2000-09-201-2/+2
* Add support for the "nullconsole" console type, for systems withArchie Cobbs2000-09-207-1/+109
* Remove one debug line that snuck in by accident.Bill Paul2000-09-201-1/+0
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.Bill Paul2000-09-2014-1/+2042
* o Add additional comment describing vaccess() behavior.Robert Watson2000-09-202-0/+14
* Add a homePNA PHY driver. This is really only a stub: MII-based homePNABill Paul2000-09-203-1/+284
* regenerateBill Paul2000-09-201-1/+3
* Add the ID for the built-in homePNA PHY in the AMD 79C798 controller.Bill Paul2000-09-201-0/+1
* Null commit to force an update after clearing the "-ko" keywordJohn Polstra2000-09-200-0/+0
* fix previous PIOCSRESOURCE code in assign_card_indexMIHIRA Sanpei Yoshiro2000-09-201-7/+10
* Clean up the VIA id's a bit and add the K[TX]133 chipsetsSøren Schmidt2000-09-201-7/+12
* Remove unneeded includesSøren Schmidt2000-09-206-11/+3
* Oops, un-spam this file - the last commit was an accident.Brian Somers2000-09-201-1/+0
* Remove the last two uses of ahc->unit in the FreeBSD version of the driver.Justin T. Gibbs2000-09-202-4/+6
* Only realloc() environ if we're sure that we know where it came from.Brian Somers2000-09-202-5/+5
* Ignore power button and sleep button events for 5 sec.Mitsuru IWASAKI2000-09-202-2/+24
* Improve region I/O sub-routines by re-writing most of low level partMitsuru IWASAKI2000-09-2015-741/+1343
* If this is a Davicom DM9102A and we're enabling the homePNA link, forceBill Paul2000-09-202-8/+18
* Mention the AAC_COMPAT_LINUX optionMike Smith2000-09-192-0/+10
* Fully initialize msqids[]. This could lead to ENOSPC and other strangePeter Wemm2000-09-191-0/+1
* Put temporary output in ${TMPDIR:-/tmp}Brian Somers2000-09-193-9/+8
* Don't clobber $? before using it.Brian Somers2000-09-191-1/+2
* NGM_BPF_{G,S}ET_FILTER should be NGM_BPF_{G,S}ET_PROGRAM.Archie Cobbs2000-09-191-4/+4
* Fix unexploitable off by one error as mentioned on Bugtraq.Warner Losh2000-09-191-2/+1
* o Whitespace reduction appled to FreeBSD CVS IDRobert Watson2000-09-192-2/+2
* o General warning fixing commitRobert Watson2000-09-1914-18/+12
* o Add cap_from_text(3) and cap_to_text(3) man pages.Robert Watson2000-09-196-0/+464
* o EACCES is not a possible error for acl_from_text(), so fixRobert Watson2000-09-1920-28/+22
* Add thread-safe wrapper for fpathconf(2) syscall.Maxim Sobolev2000-09-197-0/+52
* Use .Cm macro where appropriate.Ruslan Ermilov2000-09-191-8/+8
* Add card_if.hWarner Losh2000-09-191-1/+2
* Pass the reinstallkernel target through from Makefile to Makefile.inc1.Mark Murray2000-09-191-2/+4
* Add support for tagged queuing on ATA drives. There is only support forSøren Schmidt2000-09-1913-572/+992
* Better error message when booting an SMP kernel on an UP system.Eivind Eklund2000-09-192-2/+2
* Document ENABLE_VFS_IOOPTEivind Eklund2000-09-192-2/+24
* Rename lminor() to dev2unit(). This function gives a linear unit numberPoul-Henning Kamp2000-09-199-18/+29
* GC some LFS lint.Poul-Henning Kamp2000-09-193-18/+3
* Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troffSheldon Hearn2000-09-191-41/+43
* When sending a packet back to a network interface to simulate an arrivedJulian Elischer2000-09-191-0/+1
* Simplify the ftp directory search code a little and eliminate a warning.Jordan K. Hubbard2000-09-192-12/+8
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-198-24/+148