Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-30 | convert references in SEE ALSO to .Rs/.Re, w/ a little help from | Jason McIntyre | |
netbsd page; | |||
2004-06-30 | expand the description of .Dt: | Jason McIntyre | |
- list the possible sections, and what they are - update list of volume titles - document that archs can be added to .Dt, and list the possibilities | |||
2004-06-30 | use evconuts for device interrupts counting | Michael Shalayeff | |
2004-06-30 | regen | Michael Shalayeff | |
2004-06-30 | update from netbsd: use sys_poll() and label some other unimplemented ones; ↵ | Michael Shalayeff | |
millert@ ok | |||
2004-06-30 | allow forced fpu emulation through a sysctl | Michael Shalayeff | |
2004-06-30 | fix a panic msg | Michael Shalayeff | |
2004-06-30 | only touch bridge regs that we need now -- the rest for the card-mode | Michael Shalayeff | |
2004-06-30 | call handlers for higher priority first to avoid needless recursion | Michael Shalayeff | |
2004-06-30 | - update and sync GETTING STARTED list | Jason McIntyre | |
- move descriptions of .Pf and .Ns out of `Enclosure and Quoting Macros': they are not really used for enclosure, and besides, .Ns was already described further down the page, in a more logical, separate, space. also, say what .Pf actually does - move .Sm to its own section. there is no point making it look like an obsolecent macro | |||
2004-06-30 | add some space between example usage and example; | Jason McIntyre | |
2004-06-30 | since we're not using 'len' for anything, nuke it and pass null to | Pedro Martelletto | |
copyin/copyout. suggested by millert@, ok'd by him and deraadt@ | |||
2004-06-30 | Compile cleanly with gcc3.3.2. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller | |
2004-06-30 | Unbreak unix domain sockets and properly detect and report truncation | Otto Moerbeek | |
of the socket path name. Based on a diff from Juan Vera, with changes by me and millert@. ok millert@ djm@; man page ok jmc@ | |||
2004-06-30 | sync | Theo de Raadt | |
2004-06-30 | Force SCSI_POLL for commands issued during probe. Fixes problem with mpt on | Kenneth R Westerback | |
MP kernels which don't enable interrupts until after probe. ok marco@ | |||
2004-06-30 | don't strlcpy() to user-space, use copyoutstr() instead. ok deraadt@ | Pedro Martelletto | |
2004-06-29 | references to libmilter; | Jason McIntyre | |
2004-06-29 | cope with pfctl changes | Henning Brauer | |
2004-06-29 | remove cedric's bogus interface name verification code. | Henning Brauer | |
this was meant to verify that ne3 is a valid interface that could show up, but bogus0 is not. while this might sound like a good idea it is completely broken and causes a shitload of problems. just allow for anything as interface name, the kernel abstracts that nice enough. if no interface by that name exists (or shows up) the rule never matches; that matches pf semantics used everywhere else. this also fixes the "pfctl always has to run as root" issue that cedric did not fix over the last 6 months despite being bugged to regularily. help & ok mcbride@ | |||
2004-06-29 | Fix MS chap; our libc md4 routines take the number of bytes, not bits, | Todd C. Miller | |
as the count. Found by Mike Tekiela. | |||
2004-06-29 | /usr/share/doc/html/milter | Todd C. Miller | |
2004-06-29 | Install milter docs | Todd C. Miller | |
2004-06-29 | sync | Theo de Raadt | |
2004-06-29 | little extra paranoia, ignore attempts to enter routes with a nexthop | Henning Brauer | |
within 127/8. inspired by a very bad example for bogon filters at the cymru site, claudio ok | |||
2004-06-29 | We don't provide kxd anymore. ok henning@ | Matthieu Herrb | |
2004-06-29 | When no listener is specified, create a listener on every IP. Problem | Alexander Guy | |
reported by Peter Hessler. ok henning@ | |||
2004-06-29 | convert a few memcpy()s to strlcpy() so we don't copy uninitialized junk into | Mike Frantzen | |
a interface name's slack space past the \0. will be needed for the optimizer. ok henning@ | |||
2004-06-29 | use warx instea of fprintf | Michael Shalayeff | |
2004-06-29 | kill spaces | Michael Shalayeff | |
2004-06-29 | use warn() instead of perror; err*() are used already | Michael Shalayeff | |
2004-06-29 | Add /usr/include/libmilter | Todd C. Miller | |
2004-06-29 | Install correct milter includes | Todd C. Miller | |
2004-06-29 | do not use u_long for 32bit data; found by Jacob Meuser | Michael Shalayeff | |
2004-06-29 | Header cleanup. | Mathieu Sauve-Frankel | |
ok hshoexer@ | |||
2004-06-29 | fix alaska and add helicopter and rocket | Michael Shalayeff | |
2004-06-29 | absolutely no need to include machine/endian.h after sys/types.h and ↵ | Michael Shalayeff | |
sys/types.h after sys/param.h | |||
2004-06-29 | repair, Chris Kuethe <ckuethe@ualberta.ca> | Henning Brauer | |
2004-06-29 | make includes in gnu/usr.sbin/sendmail/libmilter | Todd C. Miller | |
2004-06-29 | Build and install libmilter.a (static only) and libmilter.h. OK deraadt@ | Todd C. Miller | |
2004-06-29 | Uncomment atw(4) now that it has been tested. | Todd C. Miller | |
2004-06-28 | add -vz to usage(); | Jason McIntyre | |
2004-06-28 | - repair examples which i damaged in previous commit | Jason McIntyre | |
- tidy up DIAGNOSTICS, and use -diag - wording from jared yanovich; | |||
2004-06-28 | er this is better... | Theo de Raadt | |
2004-06-28 | Don't restrict WEP keys to exactly 40 or 108 bits. | Todd C. Miller | |
2004-06-28 | Remove unneeded -D flags from CFLAGS. | Mathieu Sauve-Frankel | |
2004-06-28 | better NO_REGRESS description | Nikolay Sturm | |
ok naddy | |||
2004-06-28 | remove dup variable | Theo de Raadt | |
2004-06-28 | oops | Theo de Raadt | |