summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-22Define atagettrace_t type and use it instead of struct atagettrace.Alexander Yurchenko
ok costa@
2002-12-22No more magic wdc events types, give them names.Alexander Yurchenko
ok costa@
2002-12-22fix cutnpaste; from hunter@comsys.com.uaMichael Shalayeff
2002-12-22better handling of bigendian batteries; problem noticed by blovett@bsdguru.comMichael Shalayeff
2002-12-22consistency; grange@Henning Brauer
2002-12-22KNFHenning Brauer
2002-12-22Do not attempt to select keyboard layout until it has been determined fromMiod Vallat
the keyboard (oops). This also fixes a bad interaction with wskbd_cnattach that would hose the underlying sabtty device.
2002-12-22Handle pool addresses in binat rules, ok mcbride@Daniel Hartmeier
2002-12-22Instead of inserting and removing rules at the top/bottom of the mainDaniel Hartmeier
ruleset, make authpf manage its rules inside anchors.
2002-12-22Flargs -> Flags.Artur Grabowski
Reported by Dave Steinberg <lists@redterror.net>
2002-12-22Cosmetic 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-22Clear the high bit of ipc_perm.seq so msgget(3) never returns aTodd C. Miller
negative message queue id; Vladimir B.Grebenschikov
2002-12-22Handle rdr rules with unspecified proxy ports correctly. Also don'tRyan 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-22mv PF_RULESET_MAX into the enum, slightly less confusing.Ryan Thomas McBride
ok dhartmei@
2002-12-22Bring this closer to the reality of pf_ioctl.c;Ryan Thomas McBride
Not perfect, just a first pass. ok henning@
2002-12-21better example rules from David Krause, Thanks!Henning Brauer
ok dhartmei@
2002-12-21always initialize rpool.key; diff from Frank Denis; KNF by meHenning Brauer
2002-12-21KNFHenning Brauer
2002-12-21epipe and other misc stuff; daniel@benzedrine.cxTheo de Raadt
2002-12-21fixes; openbsd@davidkrause.comTheo de Raadt
2002-12-21sample spamd stuffTheo de Raadt
2002-12-21spamd: work in progressTheo de Raadt
2002-12-21typos; torh@bogus.netTheo de Raadt
2002-12-20use bcopy instead of struct assignmentMichael Shalayeff
2002-12-20replace struct assignment w/ bcopy w/ help and testing of millert@; henning@ ↵Michael Shalayeff
ok; fixes unaligned trap on alpha from pr3037
2002-12-20remove a redundant assignment.Daniel Hartmeier
2002-12-20Clear error before jumping back to the input loop. If error was setTodd C. Miller
to EWOULDBLOCK it would otherwise not get cleared; Jim Geovedi
2002-12-20fix two typos; Dave SteinbergTodd C. Miller
2002-12-20dino is atakenMichael Shalayeff
2002-12-20Don'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-20sync 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.hArtur Grabowski
- Allow a pool to be initialized with PR_DEBUG which will cause it to allocate with malloc_debug. - sprinkle some splassert.
2002-12-20Don't give people ideas. It's really hard to know when stuff won'tArtur Grabowski
be accessed from interrupt context.
2002-12-20More rewording.Artur Grabowski
2002-12-20More second person.Artur Grabowski
2002-12-20Reword to get rid of second person.Artur Grabowski
2002-12-20Reword the DEBUGGING section to get rid of second person forms.Artur Grabowski
2002-12-20Document M_DEBUG.Artur Grabowski
2002-12-20Add 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-20user-defined stacks check is the same for grownups as for growndownsMichael Shalayeff
2002-12-20do not compile what we already get from libkern (size does not matter)Michael Shalayeff
2002-12-20those are gone nowMichael Shalayeff
2002-12-20no 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-19This file dates from back when the One True Awk needed patches toTodd C. Miller
build with flex and other changes for 4.4BSD. That is no longer the case...
2002-12-19Recognize 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-19add dsiz and ssiz to accompany tsiz; millert@ okMichael Shalayeff
2002-12-19Update to the One True Awk version 20021213Todd C. Miller
2002-12-19make sure we are hitting user stack and not smth else here, make init show ↵Michael Shalayeff
normal vsz in ps now
2002-12-19o Add -6 and -c options from FreeBSDTodd 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 '!'