Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-23 | Minor tweaks. Add Xr to find(1); espie@ | Aaron Campbell | |
1999-09-23 | move towards 2.6-beta | Theo de Raadt | |
1999-09-23 | move towards 2.6-beta | Theo de Raadt | |
1999-09-23 | re-alignmen | Todd T. Fries | |
1999-09-23 | mention floppyB and cdrom images | Todd T. Fries | |
1999-09-23 | initial documentation of floppyB and cdrom images | Todd T. Fries | |
1999-09-23 | fix same-interface-out-as-in and packet gets corrupted bug noted by | Theo 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-23 | Typo fixes. | Alex Feldman | |
1999-09-23 | Description of -R option should be first. | Aaron Campbell | |
1999-09-23 | Improve this man page significantly; more helpful, easier to read, and easier | Aaron Campbell | |
to learn how chmod(1) works. Oh, and trash those useless BNF grammars. | |||
1999-09-23 | sync | Theo de Raadt | |
1999-09-23 | remote printer example; suggested by rahm@umich.edu | Theo de Raadt | |
1999-09-22 | Bump to release 2.6. | Aaron Campbell | |
1999-09-22 | Some misc fixes, one from fgsch@ | Aaron Campbell | |
1999-09-22 | Add a RETURN VALUES section; fgsch@ | Aaron Campbell | |
1999-09-22 | sync | Theo de Raadt | |
1999-09-22 | 2940UWPro support | Theo de Raadt | |
1999-09-22 | sync | Theo de Raadt | |
1999-09-22 | no, mtree is more confusing than that | Theo de Raadt | |
1999-09-22 | BUGS->CAVEATS | Marc Espie | |
Warn against brain-dead ProFTPd hole. | |||
1999-09-22 | REVERT 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-22 | Don't worry, be a happy gcc | Marc Espie | |
1999-09-22 | routing interface sends aligned to long word boundaries; itojun | Theo de Raadt | |
1999-09-22 | do not know how to fix, doc it at least | Theo de Raadt | |
1999-09-22 | correct oob handling for STAT command; ian@plutotech.com | Theo de Raadt | |
1999-09-22 | s/ascii/ASCII/ | Theo de Raadt | |
1999-09-22 | Add/update some man9 pages from NetBSD | Constantine Sapuntzakis | |
1999-09-22 | Add /usr/share/man/cat9/i386 | Constantine Sapuntzakis | |
1999-09-22 | pipe_stat() | kstailey | |
1999-09-21 | regen | kstailey | |
1999-09-21 | some COMPATs not seen on alpha | kstailey | |
1999-09-21 | grammar. ok aaron@ | David Leonard | |
1999-09-21 | print ESP/AH packet length; <ho@openbsd.org> | Jakob Schlyter | |
1999-09-21 | pctr & ksyms | kstailey | |
1999-09-21 | index/rindex as deprecated synonyms to strchr/strrchr. | Marc Espie | |
1999-09-21 | Add 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-21 | Build 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-21 | crank minor; costa forgot | Theo de Raadt | |
1999-09-21 | sync imap port with IANA. OK deraadt@ | Jakob Schlyter | |
1999-09-21 | Add atactl utility from NetBSD. This utility gives detailed inquiry info as | Constantine Sapuntzakis | |
well as letting you spin down disks, set standby times, etc. | |||
1999-09-21 | Add opendisk from NetBSD. | Constantine Sapuntzakis | |
Add OpenBSD tags to files | |||
1999-09-21 | Bug in the disklabel calculations fixed. Offsets were calculated in | Constantine 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-21 | For some reason unbeknownst to me, the old acd driver had a more advanced | Constantine 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-21 | It's a good idea to check the return value of malloc() in example code. | Aaron Campbell | |
1999-09-21 | Typo fix (invalud -> invalid); mason@netbsd.org | Alex Feldman | |
1999-09-21 | Whoops, forgot to adjust a comparison when fixing the off-by-one error. | Aaron Campbell | |
1999-09-20 | fix for new frame.h | Michael Shalayeff | |
1999-09-20 | fix uvm_pagealloc() call | Michael Shalayeff | |
1999-09-20 | fix after frame.h changes | Michael Shalayeff | |
1999-09-20 | Don't install whatis.db as root:bin when uid != 0. phil@psidev.net | Alex Feldman | |