summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Have NgMkSockNode() load the socket node type KLD if it's notarchie2000-01-283-2/+24
* Add another netgraph example. This one shows how to set up a simplearchie2000-01-281-0/+53
* The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.n_hibma2000-01-281-2/+2
* Add some practical filter examples.brian2000-01-271-38/+40
* Redo the intrq.c idea asbrian2000-01-273-131/+68
* Move the defines to the right location.n_hibma2000-01-273-10/+18
* Add umass.cn_hibma2000-01-271-1/+2
* Bump __FreeBSD_version and __FreeBSD_cc_version due to the C++ ABI changeobrien2000-01-272-2/+2
* Add 'config auto' confirmed entries.iwasaki2000-01-272-0/+46
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-27196-571/+2044
* Revert to rev 1.3 since the sed'ing is wrong. Revisit this after 4.0-RELEASE.obrien2000-01-271-3/+3
* Welcome the ata(4) manpage. This will be highly used for 4.x.asmodai2000-01-272-1/+181
* Include ddb/db_sysctl.c when compiling with 'options DDB'.archie2000-01-271-0/+1
* Add a new sysctl "debug.enter_debugger" (when the kernel is compiledarchie2000-01-271-0/+77
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-279-8/+589
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-2726-197/+261
* Fix brokenness introduced with the PAGING conditional variable. The valuejhb2000-01-272-2/+6
* cleanup using suggestions from bdemharo2000-01-271-4/+4
* Fix some typos. Mention DM9102A support. Mention support for built-inwpaul2000-01-271-4/+9
* Completely remove ATA_16BIT_ONLY, since this is done automaticallyasmodai2000-01-273-9/+0
* Remove 'USE_INET6' define. Now we check IPv6 ability by 'OSVERSION'sumikawa2000-01-272-10/+0
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-277-43/+101
* remove the ATA_16BIT_ONLY options, its now automatic.sos2000-01-271-1/+0
* Fix a problem that caused the generation of an (almost) empty firstjoerg2000-01-272-28/+30
* Removed ATA_STATIC_ID and ATA_16BIT_ONLY from the undocumentedasmodai2000-01-273-6/+0
* Avoid core dump when ai_canonname is NULL.shin2000-01-271-4/+8
* Style change and comment difference per bde.mjacob2000-01-271-4/+7
* o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.ru2000-01-271-3/+8
* Avoid verbose error messages when ipsec initialization for sockets failedshin2000-01-271-2/+4
* Supported non-512 bytes/sector format.nyan2000-01-278-140/+122
* Move if_tun back to the common section now that it works on the Alpha.peter2000-01-271-2/+2
* Allow reverse lookup for loopback addr.shin2000-01-271-1/+1
* Add more PCI VGA graphics card descriptions.yokota2000-01-271-15/+162
* Added ip6_forwarding check when prefix related ioctl is called.shin2000-01-271-0/+2
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-2748-860/+5707
* Fixes for my mandoc braindamage.obrien2000-01-271-7/+19
* A cleaner fix to previous.mjacob2000-01-271-7/+10
* Forced commit; should be no changes except the $FreeBSD$ line. I'mpeter2000-01-270-0/+0
* Re-worded the NetWare support following some notes from Boris.wes2000-01-271-3/+3
* Fix ctags from core dumping on alpha. Let the diffs out to review,mjacob2000-01-271-5/+9
* Quick fix for stack overflow when there are more than about 25 slices.bde2000-01-271-10/+27
* Use a long line instead splitting a line with backslash-newline in synopsis.bde2000-01-271-2/+1
* Fixed wrong includes in synopsis.bde2000-01-271-8/+11
* Add control message ASCII conversion for this node type.archie2000-01-272-4/+62
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-273-3/+6
* If we're in callback mode, don't forget this fact when webrian2000-01-271-0/+2
* Actually ignore comments at the end of lines - broken with the commitbrian2000-01-271-1/+1
* Document the memory leak that is inherent in FreeBSD's semanticsarchie2000-01-261-0/+15
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'dillon2000-01-262-26/+20
* handle simplex devices rightcg2000-01-261-1/+1
OpenPOWER on IntegriCloud