summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-24after sys_sendmsg, change control message level back in case somebody looksTed 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-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingTheo 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-24syncTheo de Raadt
2003-07-24cleanupTheo de Raadt
2003-07-24syncTheo de Raadt
2003-07-24pull header from hereTheo de Raadt
2003-07-23syncTheo de Raadt
2003-07-23move junk (bad code, terrible APIs) to the only program that uses it;Theo de Raadt
millert ok
2003-07-23remove packets in queues (like ipintrq) with m->m_pkthdr.rcvif pointingJun-ichiro itojun Hagino
to detached if. deraadt ok
2003-07-23Enable ATAPI DMA for modern Promise ATA controllers since only oldAlexander Yurchenko
ones have problems with it. Tested on PDC20262/268/269.
2003-07-23Old Promise ATA controllers need some additional operationsAlexander 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-23better ascii test for fewer false negatives. ok millert@Ted Unangst
2003-07-23VT1612A; matthew.gream@pobox.comTheo de Raadt
2003-07-23'r' ioctls, (VFAT) aren't supported, don't pass down.Ted Unangst
see netbsd pr21936. ok deraadt@
2003-07-23bye byeTheo de Raadt
2003-07-23add ahc and clean things a bitJason Wright
2003-07-23syncTed Unangst
2003-07-23add sys_sysinfo. from marius aamodt eriksen.Ted Unangst
linux_misc.c: fvdl gave his copyright to tnf, adjust.
2003-07-23Add '\n' to error messages in "atrm" mode.Mike Pechkin
millert@ ok
2003-07-23explain status of WRKDIST better (Olivier Cherrier)Marc Espie
Spell out `distribution files' instead of `distfiles' everywhere.
2003-07-23remove AFS; itojun@Markus Friedl
2003-07-23New version of invalid line number fix. Passes patch(1) regressions.Otto Moerbeek
ok millert@ deraadt@
2003-07-23kill a whitespace at EOL;Jason McIntyre
2003-07-23perl 5.8.2 from CPANTodd C. Miller
2003-07-23Update CGI module to version 2.98; fixes a cross-site scripting bugTodd C. Miller
2003-07-22Missed this in the rejname commit.Todd C. Miller
2003-07-22Make rejname[] static to patch.c and crank its size to NAME_MAX+1Todd C. Miller
2003-07-22Use getopt_long() to parse options instead of rolling our own.Todd C. Miller
OK deraadt@ and otto@
2003-07-22Allow user to override default version of patch used; otto@ OKTodd C. Miller
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
ok deraadt@
2003-07-22Also test ed(1) style patches.Otto Moerbeek
ok millert@
2003-07-22A set of regressions for patch(1). Currently it consists of twoOtto Moerbeek
cases dealing with invalid line numbers in the patch files. ok millert@
2003-07-22syncJason Wright
2003-07-22vendor safenet and produc safenet safexcelJason Wright
2003-07-22openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert.Jason Wright
2003-07-22now that gcc generates "correct" calls to the quad emulation library andJason Wright
the libc functions are in place, remove HARD_QUAD from sparc64. (If you actually want it, for some demented reason, look at -mhard-quad-float, void where prohibited).
2003-07-22the version of gcc in the tree doesn't generate the correct callingJason Wright
convention for the _Qp_* functions. Rather than fix it, rely on the fact that it does produce correct calls to the _Q_* functions and provide a shim in libc (already committed) to deal with it.
2003-07-22A shell script to run a very large scale diff/patch/cmp regression.Otto Moerbeek
The script recursively walks though a checked out cvs dir and retrieves all revisions from each file. All pairs of these revisions are diffed against each other, and the resulting patches are checked using patch(1) and cmp(1). Based on an idea from deraadt@. ok millert@ deraadt@
2003-07-22just about nothingTheo de Raadt
2003-07-22change an instance of the check from != "yes" to == "no"Brad Smith
ok deraadt@
2003-07-22nicerTheo de Raadt
2003-07-22POSIX defines allowed commands as {a,c,d,i,s} but patch was onlyTodd C. Miller
recognizing {a,c,d}. We need to recognize 's' (substitute) for the "dot alone on a line" bug fix in diff(1).
2003-07-22More cleanup.Otto Moerbeek
ok millert@ tedu@
2003-07-22switch to our own diff/diff3 (sdiff goes bye bye)Theo de Raadt
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-07-22Add missing terminator to long options list.Todd C. Miller
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
test+ok henning@
2003-07-22uiomove takes void * now.Ted Unangst
2003-07-22Fixed the "dot alone on a line" bug.Todd C. Miller
2003-07-22Bring FILES section up to date.Todd C. Miller