summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-21sync with <mount.h>; from FreeBSD;Jason McIntyre
2003-11-21mixerctl.1:Jason McIntyre
- put SYNOPSIS in standard form - -n does not make sense with -q - adjust -width of option list - sort options - a clarity fix from snj att pobox dott com mixerctl.c: - fix spacing in usage() - sync usage() with SYNOPSIS
2003-11-21WCCPv1, not WCCPv2; from Berk D. Demir;Jason McIntyre
also alter -width of a list to make it look a bit better;
2003-11-21add -o option to generate kvm database in alternate directory;Damien Miller
manpage nits jmc@ ok tedu@
2003-11-21encourage people to use -h rather than -L;Jason McIntyre
document -L as compatibility option; slight sync with NetBSD description; ok otto@ millert@
2003-11-21oops, it wasn't that diff that tedu@ ok'd - revert for nowDamien Miller
2003-11-21add output file and path stripping options useful for pre-generatingDamien Miller
ld.so.hints for dynamic ramdisks. idea from markus@ manpage nits jmc@ ok tedu@
2003-11-21Remove redundant arguments to pf_sockaddr_lookup(); proto and af are alreadyRyan Thomas McBride
included in pd. ok dhartmei@ henning@
2003-11-21Remove unused "ipoff" arguments.Ryan Thomas McBride
ok dhartmei@ henning@
2003-11-21Fix broken assumption that a file must contain differences if files_differ()Todd C. Miller
fails. Fixes "diff -i" exit value. Problem found by Claudio Jeker.
2003-11-20build statically, to ease disaster recovery in some situations.Ted Unangst
ok david@ grange@ henning@ ian@ jakob@ lebel@ markus@ and possibly a few others.
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
use more verbose warning options if desired. ok millert@, henning@, david@
2003-11-20Correct bounds check in semop(2) and semctl(2)Todd C. Miller
2003-11-20correct prototype; nsops is unsignedTodd C. Miller
2003-11-20Sync comments with NetBSD.Alexander Yurchenko
ok millert@
2003-11-20Make these pass -Wsign-compareTodd C. Miller
2003-11-20Check for round_page() overflow in uvm_vslock()/uvm_vsunlock().Alexander Yurchenko
ok millert@ henning@ markus@ drahn@
2003-11-20ftp.1:Jason McIntyre
- simpler macros - sort options - some updates - remove some old groff stuff main.c: sync usage()
2003-11-20ftpd.8:Jason McIntyre
- simpler macros - sort options - some updates ftpd.c: - sync usage()
2003-11-20fix rounding errors; from andreas@Markus Friedl
2003-11-20use .Dv for AF_INET and AF_INET6 (kills ugly line break);Jason McIntyre
spotted by Alexey E. Suslikov; also kill some .Pp's before displays/lists for better PostScript output;
2003-11-20kill comma splice; from Jared Yanovich;Jason McIntyre
2003-11-20hyphenise compound adjective; from Jared Yanovich;Jason McIntyre
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
No confirmed report of `this work' for other arches yet...
2003-11-20bye-byeJakob Schlyter
2003-11-20reenable build of dnssec programs, used for testingJakob Schlyter
2003-11-20temporary fix for distclean & lib/bindJakob Schlyter
2003-11-19Sync with NetBSD probe code: deal with non-pullups ide bus whenAlexander Yurchenko
testing status register and a better comments on probe logic. Tested on i386, sparc64 and macppc by me, jmc@, matthieu@, sturm@ and drahn@. ok costa@
2003-11-19Break up the colon-separated path to -I into two -I args so the treeTodd C. Miller
can build with perl 5.8.2. Ok markus@
2003-11-19More poll conversion fixes.Todd C. Miller
2003-11-19fix some select/poll conversion breakage, more to come from millert@.Daniel Hartmeier
ok millert@
2003-11-19document some missing diagnostics from arp;Jason McIntyre
reported by Fabio Olive Leite on bugs@ a long time ago (sorry it took me so long Fabio!) also kill some .Pp's between list items and s/.sp/.Pp; from ho@ and myself; ok itojun@
2003-11-19undo boolshit unapproved changes the author does not even care about to fixMichael Shalayeff
2003-11-19MALLOC is not meant for variable size allocationsTed Unangst
2003-11-19regenMichael Shalayeff
2003-11-19MALLOC is not meant for variable size allocationsTed Unangst
2003-11-19- add ALI M1533 and M1535 ids. ok mickey@Kevin Lo
- fix ALI M1543 id. pointed out by mickey@
2003-11-19only whine about recursion once, so we don't get into problems with loops.Ted Unangst
2003-11-18Remove the duplicated code in ssh_checkintr() - checked against mvme68k.Miod Vallat
2003-11-18more literal confusion, "(" ")" vs. ( )Daniel Hartmeier
the parentheses are required when using two queue arguments, and optional when using one.
2003-11-18un-quote "return" where it's meant to reference a bnf productionDaniel Hartmeier
and not a literal.
2003-11-18add a commented out 'set debug' defaultDavid Krause
ok henning@
2003-11-18reorganizeJakob Schlyter
2003-11-18don't leave test code enabled, spotted Dries SchellekensTed Unangst
2003-11-18tyop in last commit; noticed by hugh@Todd C. Miller
2003-11-18sensorsd startup via rc/rc.confHenning Brauer
ok millert@
2003-11-18update to BIND v9.2.3. ok todd@Jakob Schlyter
2003-11-18ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-11-18use bn_asm_vax.S (from netbsd); test + ok by miodMarkus Friedl
use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed.