Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat | |
than switching early. | |||
2004-02-11 | make mss signed; avoids large mss if ifp==NULL; ok itojun@ | Markus Friedl | |
2004-02-11 | sort sysctls; | Jason McIntyre | |
ok millert@ | |||
2004-02-11 | some sections came out wrong (no space) in SDL. | Marc Espie | |
ggi has func, func2, func3 : description, give it a fighting chance. | |||
2004-02-11 | more accurate .so test. | Marc Espie | |
2004-02-11 | Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon. | Cedric Berger | |
Fix "antispoof for foo" when foo has no addresses. ok+help dhartmei@, ok mcbride@ | |||
2004-02-11 | ARM now supports shared libraries. | Dale Rahn | |
2004-02-11 | Defining __HAVE_DEVICE_REGISTER and an empty device_register() function is | Miod Vallat | |
just plain silly; remove them. ok drahn@ | |||
2004-02-11 | Add amd64 and cats to the allarchs target. | Miod Vallat | |
2004-02-11 | typo; from Olivier Cherrier; | Jason McIntyre | |
2004-02-11 | EOL at end | Theo de Raadt | |
2004-02-11 | correct syscall() stub; fixes perl and vi.recover | Theo de Raadt | |
2004-02-11 | Remove duplicates with <sys/conf.h>; ok drahn@ | Miod Vallat | |
2004-02-11 | Return ENOTTY on unhandled ioctls; ok drahn@ | Miod Vallat | |
2004-02-11 | Deal with pfctl always needing root by adding ${SUDO} where it's needed. | Ryan Thomas McBride | |
2004-02-11 | sync | Theo de Raadt | |
2004-02-11 | sync | Theo de Raadt | |
2004-02-11 | permit installboot to at least compile... remove some crud | Theo de Raadt | |
2004-02-11 | amd64 would use negative stack direction, if it used this file; millert ok | Theo de Raadt | |
2004-02-10 | + bgpd.conf | Henning Brauer | |
theo ok | |||
2004-02-10 | repair frame size; makes tr work | Michael Shalayeff | |
2004-02-10 | enforce config file secrecy (correct owner, no rights for group/world) | Henning Brauer | |
help and ok theo | |||
2004-02-10 | install bgpd.conf mode 600, theo ok | Henning Brauer | |
2004-02-10 | KNF | Daniel Hartmeier | |
2004-02-10 | sync | Theo de Raadt | |
2004-02-10 | configs for amd64; brad@ ok | Michael Shalayeff | |
2004-02-10 | KNF | Daniel Hartmeier | |
2004-02-10 | Decrease the initial number of ptys from 64 to 16. If the systems | Todd C. Miller | |
needs more it will allocate them on demand. OK deraadt@ beck@ | |||
2004-02-10 | Fix off-by-one wrt TTY_LETTERS and minor being out of bounds. Missed | Todd C. Miller | |
when I fixed the other TTY_LETTERS/TTY_SUFFIX off-by-ones. | |||
2004-02-10 | KNF | Henning Brauer | |
2004-02-10 | remove HARD_QUAD from sparc64, as was done in gcc 2.95 | Nikolay Sturm | |
ok jason@, pval@ no objection espie@ | |||
2004-02-10 | It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. | Todd C. Miller | |
2004-02-10 | describe `volatile' as type-qualifier, not specifier; | Jason McIntyre | |
from Mathias K. Straede (PR 3681); | |||
2004-02-10 | Make pfsync printing consistent with rest of tcpdump regarding newlines, | Ryan Thomas McBride | |
pass -vv in to pf_print_state(), and print update count where appropriate. | |||
2004-02-10 | Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls. | Todd C. Miller | |
2004-02-10 | plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric, | Jun-ichiro itojun Hagino | |
dhartmei ok | |||
2004-02-10 | kill memory.3; | Jason McIntyre | |
suggested by deraadt@ | |||
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
2004-02-10 | improve Nd; from millert@ | Jason McIntyre | |
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
help and ok hshoexer@ | |||
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
improve Nd as suggested by millert@ | |||
2004-02-10 | Add flags field to the sensor structure and an only flag SENSOR_FINVALID | Alexander Yurchenko | |
which allows to drop information from broken, unwired, disabled, etc sensors. ok hshoexer@ | |||
2004-02-10 | misleading regexp -> pattern | Marc Espie | |
2004-02-10 | harder check in picky mode: find the page AND verify it is the same. | Marc Espie | |
Prompted by jmc@. Stop at first isolated dash in line. Handle more troff hyphenation. okay millert@, jmc@ | |||
2004-02-10 | KNF | Henning Brauer | |
2004-02-10 | lotsoflotsoflotsof KNF | Henning Brauer | |
and an off by one | |||
2004-02-10 | force jump tables into .text for they get screwed in .rodata for -fpic; ↵ | Michael Shalayeff | |
espie@ ok | |||
2004-02-10 | add MLINKS for 64-bit functions in byteorder(3); | Jason McIntyre | |
passes miod's "make sure it doesn't break libc or libpthread" test; | |||
2004-02-10 | KNF | Henning Brauer | |
2004-02-10 | fix at leats the worst of Cedric "KNF is for everybody but me" Berger's fuckup | Henning Brauer | |