Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-04 | a simpler test for __syscall args alignment | Michael Shalayeff | |
2003-11-04 | kill a no longer relevant todo item | Michael Shalayeff | |
2003-11-04 | Some cleanups from Andrey Matveev <andrushock@korovino.net>: | Ryan Thomas McBride | |
- remove duplicate string; - carp_set_addr() -> carp_set_addr6() when INET6; - spacing police. Oh yeah, and we can take inet6 support off the todo list. | |||
2003-11-03 | replace magic number for min number of poll_data entries | Marco S Hyman | |
to allocate with a define | |||
2003-11-03 | Don't define a specific target when the default rule will do perfectly. | Otto Moerbeek | |
ok mickey@ | |||
2003-11-03 | verify exec headers before attempting malloc. reported by Georgi Guninski. | Ted Unangst | |
2003-11-03 | sync | Otto Moerbeek | |
ok deraadt@ | |||
2003-11-03 | Install bc(1) USD doc. | Otto Moerbeek | |
ok deraadt@ mickey@ jmc@ | |||
2003-11-03 | use arc4random_bytes | Ted Unangst | |
2003-11-03 | add arc4random_bytes. input ok mickey@ | Ted Unangst | |
2003-11-03 | mention w^x on i386 too | Michael Shalayeff | |
2003-11-03 | put a line about 3.4 | Michael Shalayeff | |
2003-11-03 | Slight touches | Miod Vallat | |
2003-11-03 | For some reason, texts were duplicated. | Miod Vallat | |
For some reason, texts were duplicated. | |||
2003-11-03 | canonpath strips ending /, rely on unstripped name for @extra. | Marc Espie | |
found out by naddy@ | |||
2003-11-03 | fix logic wrt pkgstems and dependencies. | Marc Espie | |
ok sturm@ | |||
2003-11-03 | do not free static type pointer in warn_changed_key() | Jakob Schlyter | |
2003-11-03 | move changed key warning into warn_changed_key(). ok markus@ | Jakob Schlyter | |
2003-11-03 | make this a little more idiot-proof; ok markus@ | Damien Miller | |
2003-11-03 | There is no point in checking NIC capabilities before calling pf_test(), | Cedric Berger | |
since pf_test() can drop the packet or route it through another NIC. ok dhartmei@ mcbride@ comment requested by markus@ | |||
2003-11-03 | pf_route() can change output NIC, so we need to check its capabilities. | Cedric Berger | |
good candidate for 3.X errata. ok dhartmei@ henning@ mcbride@ | |||
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-11-03 | NULL for NULL pointers, not 0 | Ted Unangst | |
2003-11-03 | combine ugly printf(), exit() combo statements into err() or errx(). | Ted Unangst | |
mostly from tom cosgrove. | |||
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-11-03 | encourage people to link with -lcurses rather than -ltermcap; | Jason McIntyre | |
.Xr curses in SEE ALSO, suggested by otto@; ok otto@ | |||
2003-11-03 | spelling fix in comments | David Krause | |
2003-11-03 | Cleanups: | Ryan Thomas McBride | |
- missing #ifdef INET6. - fix check for interface going down in carp_send_ad(). - fix memory leak which occurs when when ifpromisc() fails. All from Max Laier, thanks. | |||
2003-11-03 | spelling | David Krause | |
2003-11-03 | remove support for non-existent scd and pcd drivers. ok deraadt millert | Ted Unangst | |
2003-11-03 | spacing | Theo de Raadt | |
2003-11-03 | spelling | David Krause | |
2003-11-03 | Some KNF cleanup. There's probably more to do. | Ryan Thomas McBride | |
2003-11-02 | Document kthread_create() return value. | Alexander Yurchenko | |
ok mickey@ jmc@ | |||
2003-11-02 | - newline before printing first state (so they all line up and the first | Ryan Thomas McBride | |
state doesn't wrap) - No need to print the rule number, that's included in the -v output. ok dhartmei@ canacar@ | |||
2003-11-02 | Typo; #ifdef INET not INET6. | Ryan Thomas McBride | |
From Max Laier. | |||
2003-11-02 | some corrections from wiz@netbsd; | Jason McIntyre | |
2003-11-02 | pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead of | Miod Vallat | |
simply removing it, slightly reorganize the code to remove a pg_to_pvh() call as well. | |||
2003-11-02 | remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk | Markus Friedl | |
2003-11-02 | print raw ip[46] sockets; ok deraadt@ | Markus Friedl | |
2003-11-02 | Don't zero the debug level when we enable pf. | Ryan Thomas McBride | |
ok henning@ dhartmei@ | |||
2003-11-01 | Historically, scalb() in 4BSD had the actual semantics of scalbn(). We changed | Todd C. Miller | |
scalb() to scalbn() some time ago in the tree to fix this. However, it turns out the vax scalb() had already been fixed to support standard scalb() semantics. This commit undoes that change, making the vax scalbn() the same as the 4BSD scalb() (but with the correct name) and fixes the comment. We still could use wrappers for scalb(), scalbf() and scalbnf(). Fixes exp() and a number of perl tests; OK hugh@ | |||
2003-11-01 | process signals at the right time. also handle stdin failure better; | Theo de Raadt | |
millert looked at it.. | |||
2003-11-01 | Fix typo, which was already spotted by jmc@, but missing in the previous | Otto Moerbeek | |
commit. | |||
2003-11-01 | Complete incomplete H_ADD description. | Otto Moerbeek | |
Spotted and ok by jmc@ | |||
2003-11-01 | Sync command table to code. Spotted by jmc@. | Otto Moerbeek | |