Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-22 | Define atagettrace_t type and use it instead of struct atagettrace. | Alexander Yurchenko | |
ok costa@ | |||
2002-12-22 | No more magic wdc events types, give them names. | Alexander Yurchenko | |
ok costa@ | |||
2002-12-22 | fix cutnpaste; from hunter@comsys.com.ua | Michael Shalayeff | |
2002-12-22 | better handling of bigendian batteries; problem noticed by blovett@bsdguru.com | Michael Shalayeff | |
2002-12-22 | consistency; grange@ | Henning Brauer | |
2002-12-22 | KNF | Henning Brauer | |
2002-12-22 | Do not attempt to select keyboard layout until it has been determined from | Miod Vallat | |
the keyboard (oops). This also fixes a bad interaction with wskbd_cnattach that would hose the underlying sabtty device. | |||
2002-12-22 | Handle pool addresses in binat rules, ok mcbride@ | Daniel Hartmeier | |
2002-12-22 | Instead of inserting and removing rules at the top/bottom of the main | Daniel Hartmeier | |
ruleset, make authpf manage its rules inside anchors. | |||
2002-12-22 | Flargs -> Flags. | Artur Grabowski | |
Reported by Dave Steinberg <lists@redterror.net> | |||
2002-12-22 | Cosmetic changes: | Todd C. Miller | |
o Add a DPRINTF macro instead of using debugging #ifdefs all over the place o KNF says to use "return (foo)" not "return(foo)" o #define EIDRM and ENOMSG at the top instead of using #ifdefs to work around the fact that we don't have them later on. | |||
2002-12-22 | Clear the high bit of ipc_perm.seq so msgget(3) never returns a | Todd C. Miller | |
negative message queue id; Vladimir B.Grebenschikov | |||
2002-12-22 | Handle rdr rules with unspecified proxy ports correctly. Also don't | Ryan Thomas McBride | |
print the port number in pf_print_host if it's 0 (like when pf_print_host is called from pf_map_addr) ok dhartmei@ | |||
2002-12-22 | mv PF_RULESET_MAX into the enum, slightly less confusing. | Ryan Thomas McBride | |
ok dhartmei@ | |||
2002-12-22 | Bring this closer to the reality of pf_ioctl.c; | Ryan Thomas McBride | |
Not perfect, just a first pass. ok henning@ | |||
2002-12-21 | better example rules from David Krause, Thanks! | Henning Brauer | |
ok dhartmei@ | |||
2002-12-21 | always initialize rpool.key; diff from Frank Denis; KNF by me | Henning Brauer | |
2002-12-21 | KNF | Henning Brauer | |
2002-12-21 | epipe and other misc stuff; daniel@benzedrine.cx | Theo de Raadt | |
2002-12-21 | fixes; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-21 | sample spamd stuff | Theo de Raadt | |
2002-12-21 | spamd: work in progress | Theo de Raadt | |
2002-12-21 | typos; torh@bogus.net | Theo de Raadt | |
2002-12-20 | use bcopy instead of struct assignment | Michael Shalayeff | |
2002-12-20 | replace struct assignment w/ bcopy w/ help and testing of millert@; henning@ ↵ | Michael Shalayeff | |
ok; fixes unaligned trap on alpha from pr3037 | |||
2002-12-20 | remove a redundant assignment. | Daniel Hartmeier | |
2002-12-20 | Clear error before jumping back to the input loop. If error was set | Todd C. Miller | |
to EWOULDBLOCK it would otherwise not get cleared; Jim Geovedi | |||
2002-12-20 | fix two typos; Dave Steinberg | Todd C. Miller | |
2002-12-20 | dino is ataken | Michael Shalayeff | |
2002-12-20 | Don't bother free()ing memory when we are just headed for exit(). | Todd C. Miller | |
Fixes a bug whereby freed memory was used in an error case. | |||
2002-12-20 | sync wireless section; Nick Nauwelaerts, thanks! | Henning Brauer | |
2002-12-20 | - fix one argument to pool_init. | Artur Grabowski | |
- document PR_DEBUG. | |||
2002-12-20 | - Clean up the defines in pool.h | Artur Grabowski | |
- Allow a pool to be initialized with PR_DEBUG which will cause it to allocate with malloc_debug. - sprinkle some splassert. | |||
2002-12-20 | Don't give people ideas. It's really hard to know when stuff won't | Artur Grabowski | |
be accessed from interrupt context. | |||
2002-12-20 | More rewording. | Artur Grabowski | |
2002-12-20 | More second person. | Artur Grabowski | |
2002-12-20 | Reword to get rid of second person. | Artur Grabowski | |
2002-12-20 | Reword the DEBUGGING section to get rid of second person forms. | Artur Grabowski | |
2002-12-20 | Document M_DEBUG. | Artur Grabowski | |
2002-12-20 | Add a special malloc type M_DEBUG. | Artur Grabowski | |
If the kernel is compiled with MALLOC_DEBUG, M_DEBUG will force the allocation to be done through malloc_debug. | |||
2002-12-20 | user-defined stacks check is the same for grownups as for growndowns | Michael Shalayeff | |
2002-12-20 | do not compile what we already get from libkern (size does not matter) | Michael Shalayeff | |
2002-12-20 | those are gone now | Michael Shalayeff | |
2002-12-20 | no need for these to sit in their own dirs, there not gonna be any sources ↵ | Michael Shalayeff | |
there anyway, all code is in the particular bus adapter's source | |||
2002-12-19 | This file dates from back when the One True Awk needed patches to | Todd C. Miller | |
build with flex and other changes for 4.4BSD. That is no longer the case... | |||
2002-12-19 | Recognize CORENIC handles and use CNICHOST like we do VNICHOST ones. | Todd C. Miller | |
By request and based on a diff from Henning Brauer | |||
2002-12-19 | add dsiz and ssiz to accompany tsiz; millert@ ok | Michael Shalayeff | |
2002-12-19 | Update to the One True Awk version 20021213 | Todd C. Miller | |
2002-12-19 | make sure we are hitting user stack and not smth else here, make init show ↵ | Michael Shalayeff | |
normal vsz in ps now | |||
2002-12-19 | o Add -6 and -c options from FreeBSD | Todd C. Miller | |
o Get rid of sysexits.h from Andrey Matveev o Some simplification and cleanup by me (improved readability, less code) o Add logic to use whois.networksolutions.com if name is a handle starting with '!' |