Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-24 | kill some externs that are not there anymore and had left other places for a ↵ | Michael Shalayeff | |
better void ages ago | |||
2003-07-24 | sync | Theo de Raadt | |
2003-07-24 | rename VOP_LOOKUP.9 into vnodeops.9 for nicer xreffing. | Michael Shalayeff | |
a few pages i wrote being high on acetyl salicylic acid. vfs(9) from netbsd. | |||
2003-07-24 | a whole bunch of tyop fixes from Andrey Smagin | Jason Wright | |
2003-07-24 | report the line number of the error when extraneous .Ed occurs; | Jason McIntyre | |
idea from NetBSD but fixed slightly differently to sync with .El; ok millert@ deraadt@ | |||
2003-07-24 | increase ALG_MAX_RESULT_LEN to 64 bytes for sha2-512 | Markus Friedl | |
2003-07-24 | "options" not "switches"; jmc@ OK | Todd C. Miller | |
also update Larry's email address while I am at it ;-) | |||
2003-07-24 | Don't talk about ~ and # suffixes for orig and reject files since we | Todd C. Miller | |
use .orig and .rej. | |||
2003-07-24 | update ip_len to reflect tunnel header removal (lost duing ip_len | Markus Friedl | |
flip changes); ok itojun; noticed by jrrs@ice-nine.org | |||
2003-07-24 | conform to RFC2367 on SADB_xx naming (local name must be prefixed with | Jun-ichiro itojun Hagino | |
SADB_X_xx) | |||
2003-07-24 | .Xr vnodeops -> .Xr VOP_LOOKUP; | Jason McIntyre | |
2003-07-24 | knote() appeared in OBSD 2.9; | Jason McIntyre | |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino | |
2003-07-24 | sync | Alexander Yurchenko | |
2003-07-24 | New vendor Myson Century Inc and its MTD803 ethernet. Found on a | Alexander Yurchenko | |
new form@'s motherboard. | |||
2003-07-24 | mdoc version; | Jason McIntyre | |
ok millert@ | |||
2003-07-24 | knf | Theo de Raadt | |
2003-07-24 | _syslogd privsep uid/gid as requested by avsm | Theo de Raadt | |
2003-07-24 | make packet loss double and print using %.1lf; based on diff from jeffi@rcn.com | Theo de Raadt | |
2003-07-24 | ether | inet stuff; pr 3356; from d | Theo de Raadt | |
2003-07-24 | after sys_sendmsg, change control message level back in case somebody looks | Ted Unangst | |
at it. we don't use stackgap because control messages can be larger than the gap, and it's just easier this way. ok deraadt@ | |||
2003-07-24 | warn about unsafe APIs at link time. Conditional on libc/Makefile defining | Theo de Raadt | |
APIWARN; disabled by default. In use by many developers for quite some time, now they have a common knob to enable/disable this | |||
2003-07-24 | sync | Theo de Raadt | |
2003-07-24 | cleanup | Theo de Raadt | |
2003-07-24 | sync | Theo de Raadt | |
2003-07-24 | pull header from here | Theo de Raadt | |
2003-07-23 | sync | Theo de Raadt | |
2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; | Theo de Raadt | |
millert ok | |||
2003-07-23 | remove packets in queues (like ipintrq) with m->m_pkthdr.rcvif pointing | Jun-ichiro itojun Hagino | |
to detached if. deraadt ok | |||
2003-07-23 | Enable ATAPI DMA for modern Promise ATA controllers since only old | Alexander Yurchenko | |
ones have problems with it. Tested on PDC20262/268/269. | |||
2003-07-23 | Old Promise ATA controllers need some additional operations | Alexander Yurchenko | |
during DMA transfers to work correctly with LBA48 drives. Based on diff from Takeshi Nakayama <tn@catvmics.ne.jp> for NetBSD with some corrections from FreeBSD ATA driver. | |||
2003-07-23 | better ascii test for fewer false negatives. ok millert@ | Ted Unangst | |
2003-07-23 | VT1612A; matthew.gream@pobox.com | Theo de Raadt | |
2003-07-23 | 'r' ioctls, (VFAT) aren't supported, don't pass down. | Ted Unangst | |
see netbsd pr21936. ok deraadt@ | |||
2003-07-23 | bye bye | Theo de Raadt | |
2003-07-23 | add ahc and clean things a bit | Jason Wright | |
2003-07-23 | sync | Ted Unangst | |
2003-07-23 | add sys_sysinfo. from marius aamodt eriksen. | Ted Unangst | |
linux_misc.c: fvdl gave his copyright to tnf, adjust. | |||
2003-07-23 | Add '\n' to error messages in "atrm" mode. | Mike Pechkin | |
millert@ ok | |||
2003-07-23 | explain status of WRKDIST better (Olivier Cherrier) | Marc Espie | |
Spell out `distribution files' instead of `distfiles' everywhere. | |||
2003-07-23 | remove AFS; itojun@ | Markus Friedl | |
2003-07-23 | New version of invalid line number fix. Passes patch(1) regressions. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2003-07-23 | kill a whitespace at EOL; | Jason McIntyre | |
2003-07-23 | perl 5.8.2 from CPAN | Todd C. Miller | |
2003-07-23 | Update CGI module to version 2.98; fixes a cross-site scripting bug | Todd C. Miller | |
2003-07-22 | Missed this in the rejname commit. | Todd C. Miller | |
2003-07-22 | Make rejname[] static to patch.c and crank its size to NAME_MAX+1 | Todd C. Miller | |
2003-07-22 | Use getopt_long() to parse options instead of rolling our own. | Todd C. Miller | |
OK deraadt@ and otto@ | |||
2003-07-22 | Allow user to override default version of patch used; otto@ OK | Todd C. Miller | |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ |