summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-19remove -h feature until the code works on clientsTheo de Raadt
1999-03-19(k_hasafs): Only ENOSYS means failure. Everything else is success.Artur Grabowski
1999-03-19Do away with some literal text that is never switchedbrian
off - I *think* these were groff bugs.
1999-03-19talk about /kern/ipsec; Alex Nash <nash@mcs.net>Niels Provos
1999-03-19Add the ability to mark an interface as "non-learning"Jason Wright
1999-03-19Replace hardcoded quoting with Sq or Dq.brian
1999-03-19Don't forget to fully initialise the configured valuesbrian
for MYADDR and HISADDR in ``set ifaddr'' so that unspecified values don't end up retaining their `width'.
1999-03-18Use ``Sx'' when xref'ing sections.brian
1999-03-18Remove all remaining [ and ] characters (and do things properly).brian
1999-03-18Fix problem with dsakey generation command for encrypted key, mention thawte.Bob Beck
1999-03-18syncTheo de Raadt
1999-03-18ncurses-4.2-990318Todd C. Miller
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-18``that that'' -> ``than that''; nash@mcs.netAaron Campbell
1999-03-18powerfull -> powerful; garath@ntplx.netAaron Campbell
1999-03-18Don't allow users to mount umapfs.Artur Grabowski
(only a problem when kern.usermount == 1)
1999-03-18make sure mountpoint starts with '/' and call get_mp() from editor_name() ↵Todd C. Miller
instead of rolling our own
1999-03-18Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,Todd C. Miller
not ^H.
1999-03-18Update to version 10.2.7. Differences are very minor:Todd C. Miller
rename bsdos -> bsdos-pc (since BSD/OS runs on more than PC's), Add more info to descriptions, move beehive entries, fix typos Note that this adds rc and sc back to the xterm entry (now that curses can deal this is safe) since we want these capabilities to show up in termcap.
1999-03-18Sort entries by mountpoint, not partition number when writing fstab viaTodd C. Miller
the -F option. We do this to make sure /var occurs before /var/mail, /usr before /usr/local, etc...
1999-03-17do not toast later swdevt[] entriesTheo de Raadt
1999-03-17sd3b tooTheo de Raadt
1999-03-17cleanup default swap devices (MAXPARTITIONS)Theo de Raadt
1999-03-17proper formatting for dmesgTheo de Raadt
1999-03-17syncTheo de Raadt
1999-03-17markers for some unsupported devicesTheo de Raadt
1999-03-17ispTheo de Raadt
1999-03-17If an mfs io is successful set b_resid to 0.Artur Grabowski
From Chuck Silvers <chs@netbsd>.
1999-03-17syncTheo de Raadt
1999-03-17run libssl distribution targetTheo de Raadt
1999-03-17subdir Makefiles should not contain anything elseTheo de Raadt
1999-03-17Add -W option so -type W gets a chance to work.Marc Espie
1999-03-17Document known problem and work-around, until I manage to get it fixed.Marc Espie
1999-03-17i386, sparc, hp300 not vax, tahoe, hp300Todd C. Miller
1999-03-17fix OpenBSD headersmjacob
1999-03-17fix OpenBSD headersmjacob
1999-03-17embarrassing typo botch. Thanks tomjacob
Federico G. Schwindt <fgsch@cvs.openbsd.org> for pointing it out. Fix OpenBSD header per his suggestion also.
1999-03-17complete update of ISP driver- Finally enabled for sparcmjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob
1999-03-17update firmware substantiallymjacob
1999-03-17Add in a real working isp_sbus.cmjacob
1999-03-17more scrubbingTheo de Raadt
1999-03-17oopsTheo de Raadt
1999-03-17spellingTheo de Raadt
1999-03-17do not break thingsTheo de Raadt
1999-03-17Remove all hardcoded [...] syntax.brian
With help from: Daniel C. Sobral <dcs@newsguy.com>
1999-03-16tell gnu configure packages to stuff their files under /etc.Marc Espie
1999-03-16put duplicate code into its own functions and fix some minor problems this ↵Todd C. Miller
brought to light