Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-30 | Backout until we have a better implementation... | Thierry Deval | |
2004-01-30 | Remove redundant initialization. | Miod Vallat | |
2004-01-30 | Some cleaning and sync to the macppc openpic code. | Miod Vallat | |
No functional result. | |||
2004-01-30 | vmstat shows max 2 drives by default | Theo de Raadt | |
2004-01-30 | sync after change of IP-adress of b.root-servers.net | Jakob Schlyter | |
2004-01-30 | sync | Theo de Raadt | |
2004-01-30 | a collection of flags is an int. | Marc Espie | |
noticed by tedu. | |||
2004-01-30 | The empty filename does not receive normalization. | Nikolay Sturm | |
System calls are supposed to fail on it. from provos@, ok markus@ | |||
2004-01-30 | have to specify a + to enable yp support. | Otto Moerbeek | |
ok miod@ jmc@ | |||
2004-01-30 | please sparc64, with & ok claudio | Henning Brauer | |
2004-01-30 | -enable md5sig on the listening socket | Henning Brauer | |
-on connections we just accepted, check wether md5sig is configured for that peer, and check wether the connection is md5sig'd too. if not, refuse tested against cisco 7200. | |||
2004-01-30 | add support for getsockopt(..., TCP_SIGNATURE_ENABLE | Henning Brauer | |
so you can check wether a just accept()ed connection is md5sig'd ok deraadt@ markus@ | |||
2004-01-30 | support for password change; ok dtucker@ | Markus Friedl | |
(set password-dead=1w in login.conf to use this). | |||
2004-01-30 | Fix tab damage in Makefile introduced in previous commit, pointed out by | Darren Tucker | |
STeve Andre | |||
2004-01-30 | repair breakage from options unifications; espie@ ok | Michael Shalayeff | |
2004-01-30 | no shlibs yet | Michael Shalayeff | |
2004-01-30 | Add update-moduli target for regenerating ssh moduli file; from markus@ | Darren Tucker | |
ok deraadt@ | |||
2004-01-29 | recognize arm. | Dale Rahn | |
2004-01-29 | Add fifofs regress (currently fails) | Todd C. Miller | |
2004-01-29 | Add copyright, remove old test results from a comment and enhance | Todd C. Miller | |
compilation on FreeBSD and NetBSD. | |||
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-29 | Pretty printf. | Miod Vallat | |
2004-01-29 | Have the bootloader pass RB_ flags, as well as the boot device, to the kernel, | Miod Vallat | |
and have the kernel process them correctly. Right now code to match the BUG's idea of the boot device with the kernel's is missing. | |||
2004-01-29 | Print system type early in autoconf, as determined from the board status | Miod Vallat | |
register. | |||
2004-01-29 | - replace old-style macros | Jason McIntyre | |
- mmultiple args do not need to be quoted - uppercase .Sh args - reference 15.sed usd - some other tidy up | |||
2004-01-29 | fix prototype of pmap_update(), ok miod@ | Dale Rahn | |
2004-01-29 | enable tcp md5sig om the connecting socket when md5sig is configured for that | Henning Brauer | |
peer. I just successfully established an md5sig'd session against a cisco 7200 with that. | |||
2004-01-29 | Some more cleaning and sync with other ppc ports, in order to help with a | Miod Vallat | |
future factorization of the pci bridge code. | |||
2004-01-29 | In bus_dmamap_sync(), be sure to flush a host pa. | Miod Vallat | |
2004-01-29 | .Xr gcc-local 1; | Jason McIntyre | |
2004-01-29 | Simple FIFO regress for O_RDWR using poll, read and write. | Todd C. Miller | |
2004-01-29 | as seen in freebsd: asm pagezero implementations, but use a fn pointer. | Ted Unangst | |
the sse2 version cuts ZOD fault time in half. suggestions mickey deraadt. many many testers. ok deraadt. | |||
2004-01-29 | fix to use sigaltstack again. help miod ok miod deraadt | Ted Unangst | |
2004-01-29 | sync pf.conf example with spamd(8); ok deraadt@ | Todd T. Fries | |
2004-01-29 | some fixes from wiz@netbsd, and a couple other bits; | Jason McIntyre | |
2004-01-29 | more consistent; from Okan Demirmen; | Jason McIntyre | |
ok deraadt@ | |||
2004-01-29 | spamd-setup(8) does not take a file arg; | Jason McIntyre | |
from Okan Demirmen (PR 3657); ok deraadt@ | |||
2004-01-29 | The Sxxx proc state defines start at 1, not 0. Also make the const | Todd C. Miller | |
usage more correct and fix a signed/unsigned format mismatch. Based on a patch from Patrick Latifi. OK deraadt@ | |||
2004-01-29 | reset TCPT_KEEP to tcp_keepidle when switching to ESTABLISHED; | Markus Friedl | |
ok henning, deraadt | |||
2004-01-29 | remove dups | Theo de Raadt | |
2004-01-29 | remove dups | Theo de Raadt | |
2004-01-29 | "And you definitely don't want to use p_priority. Use PRIBIO" | Thierry Deval | |
From art@ | |||
2004-01-29 | turn off TF_SIGNATURE on the listen socket if there is no matching SA. | Markus Friedl | |
allows using a single listen socket for both tcpmd5 and plain tcp. ok aaron, henning. | |||
2004-01-29 | check struct reg for evil; from netbsd | Michael Shalayeff | |
2004-01-29 | destdir support | Marc Espie | |
okay pvalchev. | |||
2004-01-29 | Avoid an annoying freeze during attach of live "scsibus" devices. | Thierry Deval | |
looks ok deraadt@, mickey@, krw@ and art@(but I hate it) | |||
2004-01-29 | some support for amd64 | Michael Shalayeff | |
2004-01-29 | struct regs for real | Michael Shalayeff | |
2004-01-29 | KNF | Henning Brauer | |