aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...Tony Ackerman2004-05-2813-0/+6312
* Add FreeBSD 4.10-RELEASE.Hiroki Sato2004-05-281-4/+10
* give out a little more information in case of a missing dependencyOliver Eikemeier2004-05-281-1/+6
* Connect libarchive decompress support to the build.Tim Kientzle2004-05-273-2/+7
* FreeBSD-ify the manpage. Our inetd does not support bind-address:port syntaxMax Laier2004-05-271-1/+3
* Add ftp-proxy 8021/tcp in order to make the inetd.conf entry actually work.Max Laier2004-05-271-0/+1
* Use rman_get_start in preference to reaching into the rman structure.Warner Losh2004-05-271-1/+1
* 'gnutar' is now handled by the 'tar' reader, soTim Kientzle2004-05-271-2/+1
* Call nfsm_clget_nolock() instead of nfsm_clget() when holding the NFSRobert Watson2004-05-271-1/+1
* Check for >= 255 since sign extension from byte to u_int sometimes makesNate Lawson2004-05-272-43/+40
* Restructure the wake GPE API. Now there are three functions:Nate Lawson2004-05-274-186/+285
* Fix stupid patch(1) tricks. Apparently patch thinks all files match theBrooks Davis2004-05-274-251/+0
* Fixing disorder is the hardest thing in the world: Learn to sort :-)Warner Losh2004-05-271-1/+2
* POLA dictates that VLAN_MTU be enabled by default.Yaroslav Tykhiy2004-05-271-1/+7
* Fix an off-by-one error in the range check for the maximal -i or -oJoerg Wunsch2004-05-271-2/+2
* Make "envctrl" a known master driver for iicbus.Joerg Wunsch2004-05-271-0/+1
* Correct some types in the yp structures; this fixes a number of problemsThomas Moestl2004-05-271-14/+14
* Touch .Dd because the content of the manpage has been updated.Yaroslav Tykhiy2004-05-271-1/+1
* Buffer partial wide characters more efficiently: instead of storing theTim J. Robbins2004-05-271-31/+46
* Bring back the macro versions of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-272-0/+15
* Previously, restoring an archive with hardlinked files that hadTim Kientzle2004-05-272-95/+149
* Minor corrections to error handling and user notifications:Tim Kientzle2004-05-271-23/+26
* Provide framework for exiting with non-zero value on non-critical errors.Tim Kientzle2004-05-272-1/+3
* Document support for reading .Z compressed archives.Tim Kientzle2004-05-272-17/+15
* GC some no-longer-used constants.Tim Kientzle2004-05-271-2/+0
* Add prototypes for .Z compression support.Tim Kientzle2004-05-272-0/+4
* Add read-only support for .Z compressed archives.Tim Kientzle2004-05-271-0/+471
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-2718-84/+50
* These are now not needed, after repo copy and conversion.Warner Losh2004-05-272-186/+0
* Sort includes, remove unnecssary ones.Warner Losh2004-05-271-10/+3
* Those sysctls shouldn't be writtable from inside a jail.Pawel Jakub Dawidek2004-05-261-2/+2
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesBrooks Davis2004-05-263-21/+87
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isBrooks Davis2004-05-2611-2/+1172
* Add PCI ID for via 8237.Mathew Kanner2004-05-261-0/+4
* It seems that clearing the MCR_IE bit in the modem control registerThomas Moestl2004-05-261-22/+23
* Silence some constness and printf type warnings. Most of theDavid Malone2004-05-261-12/+14
* Unbreak build ifJosef El-Rayes2004-05-261-1/+1
* Fix order.Pawel Jakub Dawidek2004-05-261-2/+2
* Sysctl hw.bus.devctl_disable shouldn't be writtable from inside a jail.Pawel Jakub Dawidek2004-05-261-3/+2
* Add pccarddevs.h and usbdevs.h as depends, ala miidevs.h, in the rightWarner Losh2004-05-261-5/+5
* MFi386: revision 1.493.Yoshihiro Takahashi2004-05-261-2/+2
* Retire cpu_sched_exit(); it is not used any more.Thomas Moestl2004-05-2610-49/+0
* Move the per-CPU vmspace pointer fixup that is required before aThomas Moestl2004-05-265-36/+41
* if_printf() won't emit a newline unless told to.Yaroslav Tykhiy2004-05-261-2/+3
* Dump some more informations:Pawel Jakub Dawidek2004-05-262-36/+57
* Update the status of VLAN support in interface drivers.Yaroslav Tykhiy2004-05-261-0/+9
* Print provider's size in human-readable form as well.Pawel Jakub Dawidek2004-05-262-3/+7
* Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in structBruce Evans2004-05-262-6/+20
* MFamd64:Bruce Evans2004-05-264-10/+34
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-2650-1231/+66