summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-23Minor tweaks. Add Xr to find(1); espie@Aaron Campbell
1999-09-23move towards 2.6-betaTheo de Raadt
1999-09-23move towards 2.6-betaTheo de Raadt
1999-09-23re-alignmenTodd T. Fries
1999-09-23mention floppyB and cdrom imagesTodd T. Fries
1999-09-23initial documentation of floppyB and cdrom imagesTodd T. Fries
1999-09-23fix same-interface-out-as-in and packet gets corrupted bug noted byTheo de Raadt
james@oaktree.co.uk by re-working icmp embedded-packet code so that ip_forward() m_copy()-aliased packet can be forwarded to ip_output and icmp_error() safely, because no packet tweaking is needed before calling icmp_error()
1999-09-23Typo fixes.Alex Feldman
1999-09-23Description of -R option should be first.Aaron Campbell
1999-09-23Improve this man page significantly; more helpful, easier to read, and easierAaron Campbell
to learn how chmod(1) works. Oh, and trash those useless BNF grammars.
1999-09-23syncTheo de Raadt
1999-09-23remote printer example; suggested by rahm@umich.eduTheo de Raadt
1999-09-22Bump to release 2.6.Aaron Campbell
1999-09-22Some misc fixes, one from fgsch@Aaron Campbell
1999-09-22Add a RETURN VALUES section; fgsch@Aaron Campbell
1999-09-22syncTheo de Raadt
1999-09-222940UWPro supportTheo de Raadt
1999-09-22syncTheo de Raadt
1999-09-22no, mtree is more confusing than thatTheo de Raadt
1999-09-22BUGS->CAVEATSMarc Espie
Warn against brain-dead ProFTPd hole.
1999-09-22REVERT TO PREVIOUS STATE OF AFFAIR.Marc Espie
If those pages are different from the NetBSD version, maybe there's a reason ? Like, possibly, I just read our source code, which just happens to do things in DIFFERENT ways than NetBSD does ? As far as the added pages go, they obviously haven't been checked against actual code as well, hence they're worse than useless, since a large part of the information is definitely misleading.
1999-09-22Don't worry, be a happy gccMarc Espie
1999-09-22routing interface sends aligned to long word boundaries; itojunTheo de Raadt
1999-09-22do not know how to fix, doc it at leastTheo de Raadt
1999-09-22correct oob handling for STAT command; ian@plutotech.comTheo de Raadt
1999-09-22s/ascii/ASCII/Theo de Raadt
1999-09-22Add/update some man9 pages from NetBSDConstantine Sapuntzakis
1999-09-22Add /usr/share/man/cat9/i386Constantine Sapuntzakis
1999-09-22pipe_stat()kstailey
1999-09-21regenkstailey
1999-09-21some COMPATs not seen on alphakstailey
1999-09-21grammar. ok aaron@David Leonard
1999-09-21print ESP/AH packet length; <ho@openbsd.org>Jakob Schlyter
1999-09-21pctr & ksymskstailey
1999-09-21index/rindex as deprecated synonyms to strchr/strrchr.Marc Espie
1999-09-21Add get_portnum_by_name to ac97 vtbl.Constantine Sapuntzakis
get_portnum_by_name returns the mixer port # given a (class, device, qualifier) tuple.
1999-09-21Build some proper prototypes, fix minor nits.Marc Espie
Add some proper error handling to object file parsing, deciding whether it's a bad object file or something ranlib should not care about, so that archives that mix non object files with object files don't get killed by the `mixed object archive' check.
1999-09-21crank minor; costa forgotTheo de Raadt
1999-09-21sync imap port with IANA. OK deraadt@Jakob Schlyter
1999-09-21Add atactl utility from NetBSD. This utility gives detailed inquiry info asConstantine Sapuntzakis
well as letting you spin down disks, set standby times, etc.
1999-09-21Add opendisk from NetBSD.Constantine Sapuntzakis
Add OpenBSD tags to files
1999-09-21Bug in the disklabel calculations fixed. Offsets were calculated inConstantine Sapuntzakis
terms of 512-unit sectors, yet the disklabel said that the sector size was 2048. Enabled code that tries to read disklabel from first data track. I guess this will be useful for those combination music/BSD install cds.
1999-09-21For some reason unbeknownst to me, the old acd driver had a more advancedConstantine Sapuntzakis
disklabel logic than the cd driver. This patch integrates that logic into the SCSI cd driver. Bug fixed - we no longer try to read disklabels off of audio CDs. No more SCSI errors when you hit play the first time on an audio CD.
1999-09-21It's a good idea to check the return value of malloc() in example code.Aaron Campbell
1999-09-21Typo fix (invalud -> invalid); mason@netbsd.orgAlex Feldman
1999-09-21Whoops, forgot to adjust a comparison when fixing the off-by-one error.Aaron Campbell
1999-09-20fix for new frame.hMichael Shalayeff
1999-09-20fix uvm_pagealloc() callMichael Shalayeff
1999-09-20fix after frame.h changesMichael Shalayeff
1999-09-20Don't install whatis.db as root:bin when uid != 0. phil@psidev.netAlex Feldman