Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-18 | Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD. | Artur Grabowski | |
2001-07-18 | Avoid dumping core when reporting open conditionals. | Marc Espie | |
Turns out that current is NULL when Parse_Fatal is called in this case, so just do something sensible in error reporting functions when current is NULL... | |||
2001-07-18 | Correct the NetBSD tag. | Artur Grabowski | |
2001-07-18 | Sync in more from NetBSD. | Artur Grabowski | |
Original commit message: Patch from chuq for uvm r/w map oscillation bug. Fixes the XalphaNetBSD slowdown. | |||
2001-07-18 | Change some annoying DIAGNOSTIC printfs to DEBUG. | Artur Grabowski | |
From NetBSD. | |||
2001-07-18 | minor sync to NetBSD, nothing changed. | Artur Grabowski | |
2001-07-18 | Make uvm_wait take a const char * | Artur Grabowski | |
2001-07-18 | Typo. | Artur Grabowski | |
Noted by: Heikki Korpela <heko@iki.fi> | |||
2001-07-18 | Fix prototype that art missed... | Dale Rahn | |
2001-07-18 | CDIAGFLAGS | Marc Espie | |
2001-07-18 | CDIAGFLAGS | Marc Espie | |
2001-07-18 | Mention WARNINGS | Marc Espie | |
2001-07-18 | CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes | Marc Espie | |
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS. | |||
2001-07-18 | avoid using malloc() during interupt context for multicast kludge entry. | Jun-ichiro itojun Hagino | |
allocate it on interface initialization. | |||
2001-07-18 | sort subr_pool into the right place. | Artur Grabowski | |
2001-07-18 | cleanup | Theo de Raadt | |
2001-07-18 | typo. | Mike Pechkin | |
jason@ ok | |||
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski | |
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions. | |||
2001-07-18 | sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior | Jun-ichiro itojun Hagino | |
only if ip6_dst is "neighbor" within p2p prefix. sync with kame | |||
2001-07-18 | new ERROR token, errx() -> warnx() + ERROR; ok deraadt@ | Markus Friedl | |
2001-07-18 | KNF for return | Markus Friedl | |
2001-07-18 | check number range to fit in 32 bits | Michael Shalayeff | |
2001-07-18 | new meaning to the terms slackass | Michael Shalayeff | |
2001-07-18 | put range checks on NUMBER, pointed out by deraadt | Michael Shalayeff | |
2001-07-18 | zero tcp checksum field before calculating new value. | Marco S Hyman | |
Fixes problem with bad checksums on keepalives OK provos@ | |||
2001-07-17 | spaces, parens, err instead of errx+strerror | Michael Shalayeff | |
2001-07-17 | warnx()/YYERROR instead of errx(); suggested by mickey@ | Markus Friedl | |
2001-07-17 | Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable. | Dale Rahn | |
This code probably should check which keyboard type is present to figure out operations for the special keys, just commented out for now. Noticed in NetBSD mailing list. | |||
2001-07-17 | markus doesnt like min-ttl =, begone | Niels Provos | |
2001-07-17 | talk about normalization | Niels Provos | |
2001-07-17 | support min-ttl, okay dhartmei@ | Niels Provos | |
2001-07-17 | some initial info about the smartcard support, | Markus Friedl | |
please try this if you have a TODOs reader/card | |||
2001-07-17 | normalize ip_off, make IP_DF stripping optional, return rst is a flag now. | Niels Provos | |
okay markus@ | |||
2001-07-17 | sync | Theo de Raadt | |
2001-07-17 | heck, call RCC ServerWorks | Theo de Raadt | |
2001-07-17 | 0x6982 "unreadable" -> "permission denied" | Jim Rees | |
2001-07-17 | keep track of both maxfd and the size of the malloc'ed fdsets. | Markus Friedl | |
update maxfd if maxfd gets closed. | |||
2001-07-17 | now you can display and set acls | Jim Rees | |
use sectok_apdu for "apdu" command | |||
2001-07-17 | It takes a greek to put buffer overflow and unterminated string | Theo de Raadt | |
handling into the kernel. Stick with the complicated stuff dude, breaking this simple shit is killing us! | |||
2001-07-17 | update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com | Markus Friedl | |
2001-07-17 | make it compile | Niels Provos | |
2001-07-17 | ip normalization code | Niels Provos | |
2001-07-17 | split ip normalization out into a separate file, okay dhartmei@ | Niels Provos | |
2001-07-17 | don't bother mapping the status registers, we don't use it. | Jason Wright | |
2001-07-17 | Add a safe_print() function that uses vis(3) if output is a tty. | Todd C. Miller | |
Uses the vis C-style mode which is consistent with what GNU tar does (though GNU tar does vis(3) regardless of whether output is a tty). It may make sense to add a flag to force vis(3)ification like ls does but I have not done that here as I'm reticent to add more flags. | |||
2001-07-17 | add -l and -a flags to "ls" | Jim Rees | |
2001-07-17 | bitch about ! in pf rule; ok dhartmei@ and markus@ | Marco S Hyman | |
2001-07-17 | bitch about extra command line args; ok dhartmei@ and markus@ | Marco S Hyman | |
2001-07-17 | more better error checking | Jim Rees | |
2001-07-17 | mode -> type in description to match the synopsis. | Aaron Campbell | |