summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This is an initial whitespace cleanup commit, new content to follow.kensmith2004-03-011-19/+38
* Change another pointer name that was missed in the previous commit.scottl2004-03-011-1/+1
* Check and free the actual pointer the was used in a malloc instead ofscottl2004-03-011-2/+2
* Note that the D-Link 530-TXS also works with the ste(4) driver.simon2004-03-011-1/+1
* Fixes to output of `ls -lh` for certain file sizes:cperciva2004-03-011-4/+4
* The previous commit fixed -current on alpha for machines withkensmith2004-03-011-16/+18
* fix -O0 compilation without INET6.ume2004-03-012-4/+24
* While I'm here, add linprocfs (but not pseudofs, since it is no use ondes2004-03-011-0/+1
* Add acpi_video_load (default NO) in the ACPI sectiondes2004-03-011-0/+1
* Improve GNU compatibility in several places, use internal GNU_COMPATIBLEache2004-03-012-29/+49
* Removed extraneous parentheses.ru2004-03-011-1/+1
* Removed unused fields.pjd2004-03-011-2/+0
* We don't need d_length field.pjd2004-03-011-2/+0
* Restore the sorting broken in rev. 1.256.ru2004-03-011-1/+1
* Netgraph node type for IEEE 802.1Q VLAN tagging.ru2004-03-016-1/+671
* Update for reality.obrien2004-03-011-2/+4
* - reject incoming packets to an interface-local multicast address fromume2004-03-011-10/+52
* Remember to mtx_destroy mutexes.sos2004-03-015-3/+10
* Comment out things related to getopt() replacement we not useache2004-03-011-36/+36
* Change "-"-started options when POSIX_CORRECTLY is set handlingache2004-03-011-17/+17
* Change "-"-started options when POSIX_CORRECTLY is set handlingache2004-03-011-1/+5
* Merge conflicts, upgradeache2004-03-018-41/+51
* This commit was generated by cvs2svn to compensate for changes in r126432,ache2004-03-018-10/+94
|\
| * Trimmed grep 2.4.2ache2004-03-0114-45/+136
* | Hook acpi_video up to the build.njl2004-03-011-1/+1
* | Add the ACPI standard video extensions driver. I've done some style cleanupnjl2004-03-013-2/+963
* | Add the ACPI standard video extensions driver. I've done some style cleanupnjl2004-03-011-0/+1
* | Fixed some insertion sort errors for usb devcies (mainly for serial ones).bde2004-03-011-9/+9
* | Add a manual page for the umct(4) driver.scottl2004-03-012-0/+86
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-0120-48/+48
* | Pich up a do {} while(0) cleanup by phk that was discarded accidentally inkan2004-03-011-11/+9
* | add driver for BWCT console management serialsticso2004-03-018-0/+1167
* | Convert the other use of flags to mflags in soalloc().scottl2004-03-011-1/+1
* | Back out the "clean_environment()" function from libutil.kientzle2004-02-293-211/+4
* | Add the -e (mail presence test), -H (header summary mode), and -Fmikeh2004-02-296-14/+183
* | o Typo: Ternal -> Thermal.maxim2004-02-292-2/+2
* | Modify soalloc() API so that it accepts a malloc flags argument ratherrwatson2004-02-294-13/+6
* | Loudly announce WITNESS and DIAGNOSTIC options and warn about reducedphk2004-02-291-0/+14
* | Remove __inline keyword from functions that can't be inlined according tomlaier2004-02-292-0/+8
* | Use DEV_BSIZE byte sectors instead of PAGE_SIZE byte sectors forcperciva2004-02-291-19/+49
* | Revert previous change. The effect of -w or -W option is described incharnier2004-02-291-1/+1
* | Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock.rwatson2004-02-292-0/+5
* | Grab Giant after MAC processing on outgoing packets being sent viarwatson2004-02-291-1/+3
* | Added Xref to env(1).schweikh2004-02-291-0/+1
* | Add amd64 to universe.johan2004-02-291-1/+1
* | Fix grammar bogon.schweikh2004-02-291-1/+1
* | Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.phk2004-02-292-1/+1
* | Remove unused FDNUMTOUNIT() macrophk2004-02-294-8/+0
* | Give DDB a "watchdog" command which disables all watchdogs.phk2004-02-291-0/+21
* | Make rmuser now also remove ipc resources. Also, fix a few minorschweikh2004-02-291-4/+18
OpenPOWER on IntegriCloud