summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Constify mdmaybeload(), add a prototype for usage(), and get rid of add2001-06-212-3/+6
* Don't assume the length of MD_NAME is 2.dd2001-06-211-2/+2
* Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; thedd2001-06-211-1/+7
* Add etc/rc.d (looking to the future)obrien2001-06-211-0/+2
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-214-12/+0
* Don't lock around swap_pager_swap_init() that is only called once duringjhb2001-06-201-0/+2
* Use 'LIBS+= ...' instead of 'LIBS= ...' in the generated makefilejoe2001-06-201-1/+1
* Fix some lock order reversals where we called free() while holding a procjhb2001-06-202-11/+14
* Add a missing word.dd2001-06-201-1/+1
* Fix a grammar bogon.dd2001-06-201-1/+1
* Document the mysterious Peter Wemm Murphy Field (PWMF).jhb2001-06-201-0/+6
* Remove some more duplicate fortunes.jhb2001-06-201-19/+0
* Cosmetics:joerg2001-06-202-66/+6
* "Unmount" is spelled "umount", not "unmount".mph2001-06-201-1/+1
* Avoid using too many args for ``set m[tr]u''brian2001-06-202-4/+16
* Resort the last entry to its proper location. D definitely comes before Z.jhb2001-06-201-6/+5
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-2015-90/+57
* Remove a duplicate entry.jhb2001-06-201-3/+0
* Preemption by an interrupt thread is an involuntary switch, not a voluntaryjhb2001-06-201-1/+1
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 camepirzyk2001-06-202-1/+4
* The serial console break-to-debugger support only functioned whileiedowse2001-06-202-2/+42
* Constify (silence warnings introduced by last commit to sys/module.h)des2001-06-201-7/+7
* Update the manpage to reflect reality (and what was already in -stable).luigi2001-06-201-199/+144
* o Add a -a flag for changing/getting the ALTPIN setting for a digi port.brian2001-06-202-19/+99
* Allow individual ports to use alternate pin settings (swap dsr & cd)brian2001-06-202-12/+89
* Add DIGIIO_SETALTPIN and DIGIIO_GETALTPIN ioctl valuesbrian2001-06-201-5/+7
* Move variable assignement after argument parsing, to improve handlingluigi2001-06-201-8/+33
* Change default value of rtadvd_enable to NO to be compatible withume2001-06-201-1/+1
* made sure to use the correct sa_len for rtalloc().ume2001-06-202-4/+4
* Close a race where we were releasing the unit resource at the startbrian2001-06-201-2/+4
* Work around the problem in RELENG_4 where the file doesn't actuallydougb2001-06-201-7/+13
* Revert last change: it was unintended at this time.imp2001-06-201-31/+37
* Add new entries for:imp2001-06-202-38/+35
* Document the interactive command `what'.mikeh2001-06-201-0/+4
* Add B921600 (yes, some serial ports can do this, but generic sio not supportache2001-06-202-0/+2
* Fix typo which could lead to memory leak.mikeh2001-06-201-1/+1
* This compiles cleanly with WARNS=2; make sure it stays that way.dd2001-06-201-2/+3
* Don't arbitrarily limit tabstop expansions to 256 characters.dd2001-06-201-1/+1
* Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant forjhb2001-06-202-19/+1
* Add a SEE ALSO section.dd2001-06-201-0/+6
* Miscellaneous mdoc(7) fixes; also expand contractions.dd2001-06-201-22/+19
* Constify the module name. This silences a few warnings ("initializationdes2001-06-191-2/+2
* Add configuration for a FAITH IPv6-to-IPv4 TCP translator.ume2001-06-193-0/+61
* Made all fields in default output be space separated. Run-togetherschweikh2001-06-191-11/+6
* Actually document TCPDEBUG.wollman2001-06-192-2/+6
* Fix punctuation in comment.wollman2001-06-192-4/+4
* Fix a couple of tips, and add a new one.nik2001-06-191-15/+8
* Suppress update ifnet.iflastchange when processing packets for SNMPsumikawa2001-06-191-1/+0
* Add more headers that are required with -fno-builtin (stdlib and strings)des2001-06-195-0/+6
* Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.sumikawa2001-06-192-0/+9
OpenPOWER on IntegriCloud