summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1998-05-07In -v mode print label offset in addition to the block number.Todd C. Miller
1998-05-07get rid of #ifdef OLD_SCSI stuff. It is not usefulTodd C. Miller
1998-05-07let user set d_interleave, and force it to be >= 1Todd C. Miller
1998-05-06correct operational description; ksulliva@psc.eduTheo de Raadt
1998-05-04LETS_GET_BIGTheo de Raadt
1998-04-30certain variables are in msec not usec nowTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1998-04-26handle ENOSPC as an end-of-tape marker; gibbs@narnia.plutotech.comTheo de Raadt
1998-04-26extract errno from rmt operation, assuming other machine has same errno ↵Theo de Raadt
values; gibbs@narnia.plutotech.com
1998-04-25hp300 uses libkvm now.Jason Downs
(why are mvme88k and powerpc building libkvm but not using 'new' savecore?)
1998-04-25DOSBBSECTOR is in sectorsTheo de Raadt
1998-04-25build if NOMAN= is globally set; problem spotted by rahndsTheo de Raadt
1998-04-25typosNiklas Hallqvist
1998-04-25handle truncated superblock read; rnordier@freebsdTheo de Raadt
1998-04-25run rc.shutdown even if -r or -h is not specifiedTodd C. Miller
1998-04-25ignore SIGPIPE; nathanw@MIT.EDUTheo de Raadt
1998-04-14Set label.d_bbsize and label.d_sbsize if we have a fictious labelTodd C. Miller
and they are zero. Fixes "disklabel -B" on hp300 and the warning about zero size bootblock and superblock fields on all ports.
1998-04-13Use _PATH_DEV, not "/dev/"Todd C. Miller
Make init(8) call login_fbtab() correctly.
1998-04-11mention IDE, or people will get all confusedTheo de Raadt
1998-04-08mention 'r' in -E modeTodd C. Miller
1998-04-08Make undo recalculate free space. Also adds 'r' command to recalculateTodd C. Miller
free space manually. From Magnus Holmberg <mho@stacken.kth.se>
1998-04-04use the right key material for authentication, bug report byNiels Provos
Richard Guy Briggs <rgb@conscoop.ottawa.on.ca>
1998-04-03handle unknown option too. All this ipoption handling needs rewriting, I now ↵Theo de Raadt
see a whole bunch more flaws
1998-04-02do not run off end of option buffer for LSRR either; tqbfTheo de Raadt
1998-04-01clarifyTheo de Raadt
1998-03-31possible buf oflow in -R; reported by tqbf, fixed by me.Theo de Raadt
1998-03-28WallTheo de Raadt
1998-03-26prettyTheo de Raadt
1998-03-25usage to stderr, not syslogTheo de Raadt
1998-03-22updated example for current nat syntax, i.e. was ppp0/32 now says 0/32 ...johns
1998-03-21Print the devicename in the error message when it cannot be openedTodd C. Miller
since it is not obvious from the source.
1998-03-20Add an explanatory comment, why we keep the interface address and keepAngelos D. Keromytis
reseting it before each ioctl().
1998-03-20Pay attention.Angelos D. Keromytis
1998-03-20Should work better for aliases now, with Theo's patch (soon to come).Angelos D. Keromytis
1998-03-19fix type botchesTheo de Raadt
1998-03-18fix formatting of ddb.console and ddb.panicJason Wright
1998-03-17finish atalk support; merged by I.McWilliam@st.nepean.uws.edu.auTheo de Raadt
1998-03-16set socket options, so that photuris bypasses kernel ipsec policy,Niels Provos
not yet supported by the kernel actually.
1998-03-15Add support for vfs.* from lite2Todd C. Miller
1998-03-12Treat IDE as ESDI in -e mode just like we do in -E mode.Todd C. Miller
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1998-03-07Use .OxTodd C. Miller
1998-03-07remove debugging left overs.Niels Provos
1998-03-07n_net is host byte order; pattonme@gnpr.pae.osd.milTheo de Raadt
1998-03-05correct reference to photurisd.Niels Provos
1998-03-04move man page to right section.Niels Provos
1998-03-04compliance with draft-simpson-photuris-18.txt, better packet structureNiels Provos
checking, better support for new esp and ah, documentation ...
1998-03-03make ping work for large packet sizes. closing pr# 417.Niels Provos
1998-03-03sigset_t; jraynardTheo de Raadt
1998-03-01If an /etc/exports entry has a single host that cannot be lookedTodd C. Miller
up, throw out the entire line. A previous change that only throws out unknown hosts could leave the export host list null (ie: everyone) if all the listed hosts are unknown.