summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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.
1998-03-01disklabel.8 man page fixes submitted by Aaron Jackson,johns
jackson@msrce.howard.edu 2 formatting changes, and 2 grammar changes.
1998-02-28Be consistent wrt suggesting ESDI for IDE and using ESDI even ifTodd C. Miller
they enter IDE.
1998-02-27network byte order; reedTheo de Raadt
1998-02-26Correctness change and beautify commas in .Xr's. Also, use .Ox rather than ↵gene
.Tn OpenBSD.
1998-02-24put back support for ppp0/32dgregor
1998-02-20' is special in column 0Theo de Raadt
1998-02-20grammarTheo de Raadt
1998-02-20oopsTheo de Raadt
1998-02-19new netbsd partition typeTheo de Raadt
1998-02-19deal with partition type renamedTheo de Raadt
1998-02-19Refer to /etc/ipnat.rules not nat.rules in examples.gene
1998-02-17use warn() instead of warnx() to print error messageMatthieu Herrb
1998-02-17chflags(2) take a u_intTodd C. Miller
1998-02-13Document maximum (ok, so I'm a bit extreme)Jason Downs
1998-02-10allow tape blocksize > disk blocksize to work; dwmalone@maths.tcd.ieTheo de Raadt
1998-02-08y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1998-02-05special -> deviceTobias Weingartner