Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | Use opendev(3) rather than open(2) to please lazy people like me that | Miod Vallat | |
don't want to type "/dev/". It's somewhat an abuse of opendev(), but millert@ said it was ok. | |||
2002-02-19 | Clean the dust, do decent error checking, and add a manual page. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-19 | Every command should have a manual page. | Miod Vallat | |
Even obscure ones. Especially obscure ones. | |||
2002-02-19 | Use arc4random(). | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-19 | sizeof pedant. | Jun-ichiro itojun Hagino | |
From: Mike Pechkin <mpech@prosoft.org.lv> | |||
2002-02-18 | de-warn some more garbage | Theo de Raadt | |
2002-02-18 | minor signal race fixes | Theo de Raadt | |
2002-02-18 | enable echo in signal handler, since it could be disabled | Eric Jackson | |
pr#1939 | |||
2002-02-18 | comment out fsinfo(8), we don't install it; deraadt@ ok. | Federico G. Schwindt | |
2002-02-18 | workaround another vax ld issue | Theo de Raadt | |
2002-02-18 | Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses | Todd C. Miller | |
mode 0700 which is better. From Yozo TODA based on a FreeBSD advisory. | |||
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the userland part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | Document that both localhost and the local hostname needs to be able to | Mats O Jansson | |
access ypserv. RPC calls can be sent to ypserv on both. In PR2403 access was allowed from localhost but not the local hostname. This caused yppush not to be able to notify ypserv about changed maps. -moj | |||
2002-02-17 | fix LP64 bug; ura@hiru.aoba.yokohama.jp | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-15 | fix htdocs pages, changed with apache 1.3.23 update, to install the right | Bob Beck | |
ones and not install the old ones. | |||
2002-02-15 | bit of strcpy and sprintf culling | Theo de Raadt | |
2002-02-15 | complete paranoia | Theo de Raadt | |
2002-02-15 | KNF | Theo de Raadt | |
2002-02-13 | some more KNF and -Wall | Theo de Raadt | |
2002-02-13 | some KNF | Theo de Raadt | |
2002-02-13 | remove the cast too; ok deraadt | Peter Valchev | |
2002-02-13 | proc is not an enum, dummy! this makes sparc64 amd work | Theo de Raadt | |
2002-02-13 | be a bit more pendrantic about spelling than the brit was | Theo de Raadt | |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2002-02-13 | sync with KAME. | Kenjiro Cho | |
wipe away the remaining code fragments which might be inherited from rsvpd. (just to make sure.) | |||
2002-02-13 | rewrite the parser code to get rid of the heritage | Kenjiro Cho | |
from rsvpd (rtap_cmds.c). replace the USC copyright by mine. it was OKed by the rsvp folks long time ago. this was the last USC copyright in the ALTQ related files. make "delete" command to accept filter name so that named filters can be deleted. | |||
2002-02-13 | typo: clinet -> client from KAME. | Kenjiro Cho | |
2002-02-12 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2002-02-12 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2002-02-12 | Apache 1.3.23+mod_ssl-2.8.6-1.3.23 merge | Bob Beck | |
2002-02-10 | Fix SIGTERM handling; deraadt@ ok | Todd C. Miller | |
2002-02-07 | add cbq.ssh_tos | Artur Grabowski | |
2002-02-07 | Install altq config samples. | Artur Grabowski | |
2002-02-07 | device -> decide; fixes PR#2382. | Aaron Campbell | |
2002-02-07 | fix typo, ok art@ | Peter Stromberg | |
2002-02-06 | Don't pass long*'s to ioctl's expecting int*'s (part 1 of a 2 part fix for | Jason Wright | |
sparc64 dhcpd) | |||
2002-02-06 | example configuration that sees the difference between interactive and bulk ↵ | Artur Grabowski | |
ssh sessions. | |||
2002-02-06 | sparc64 needs this too | Jason Wright | |
2002-01-28 | fix coredump on apropos; fixes PR# 2320. | Federico G. Schwindt | |
art@ ok. | |||
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller | |
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-) | |||
2002-01-23 | Detect if a udp socket on STDIN_FILENO is connected by calling | brian | |
getpeername() and don't set PASSIVE mode if it's is. | |||
2002-01-23 | proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed ↵ | Michael Shalayeff | |
out and tested by Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-01-23 | sort SEE ALSO | Jun-ichiro itojun Hagino | |
2002-01-22 | trailing spaces, humppa | Michael Shalayeff | |
2002-01-22 | HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.org | Michael Shalayeff | |
2002-01-21 | s/deamon/daemon/ | Theo de Raadt | |