Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-26 | In extent_destroy, remove the extent from the list of | Artur Grabowski | |
all extents. | |||
2001-07-26 | initial tests for the pfctl parser | Markus Friedl | |
2001-07-26 | Print "data modified on freelist" sizes in hex. | Artur Grabowski | |
I know at least of two cases where people got confused by this and used the wrong size to the malloc debugger. | |||
2001-07-26 | Typos. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | CDIAGFLAGS. Okay markus@ | Marc Espie | |
2001-07-26 | Be more careful with ranges. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | sort SEE ALSO section correctly, from mpech@. | Daniel Hartmeier | |
2001-07-26 | usage() with __progname according to style(9), typo in man page. both from ↵ | Daniel Hartmeier | |
mpech@. | |||
2001-07-26 | Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference. | brian | |
2001-07-26 | cleanup; mpech@ | Jakob Schlyter | |
2001-07-26 | set OpenBSD version to 200107 | assar | |
ok'd by art | |||
2001-07-26 | If pckbc_cnattach fails, try to usb attach. Helps on some legacy-free PCs | Constantine Sapuntzakis | |
2001-07-26 | add generics_entire_domain and GENERICS_DOMAIN | Todd C. Miller | |
2001-07-26 | make it compile on `other' endian machines | Michael Shalayeff | |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar | |
refed, so that the caller can actually use it. update callers and file systems that implement these vnode operations ok'd by art | |||
2001-07-26 | remove unused support for creating files and directories from | assar | |
msdosfs_mknod. ok'd by art | |||
2001-07-25 | Fix compilation on mvme88k (until binutils are ready). | Miod Vallat | |
2001-07-25 | typo in arg name; ok deraadt@ | Kevin Steves | |
2001-07-25 | brand new sectok(1) manual page. ok rees@ | Jakob Schlyter | |
2001-07-25 | do not write into s6_addr[16] (out of bounds). | Jun-ichiro itojun Hagino | |
2001-07-25 | remove local hack | Todd C. Miller | |
2001-07-25 | Sync with reality: | Todd C. Miller | |
o Use a genericstable instead of the local mailnametable hack o Add IPv6 support. | |||
2001-07-25 | EDNS0 RFC ref typo. ok deraadt@ | Jakob Schlyter | |
2001-07-25 | do not use vfork() unsafely | Theo de Raadt | |
2001-07-25 | Random cleanups that generate noise in my cvs updates. | Artur Grabowski | |
2001-07-25 | pf_key_v2_flow: sync success and failure messages; ok niklas@ | Markus Friedl | |
2001-07-25 | CFG mode changes: send attributes of size 0 if attribute is not available | Markus Friedl | |
fix several if statements, ok ho@ | |||
2001-07-25 | Some updates to UVM from NetBSD. Nothing really critical, just a sync. | Artur Grabowski | |
2001-07-25 | cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org | Markus Friedl | |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski | |
and arbitrary flags into one argument. One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there are not enough resources to satisfy the request. If this flag is not passed, pmap_enter should panic as it should have done before this change (XXX - many pmaps are still not doing that). Only i386 and alpha implement CANFAIL for now. Includes uvm updates from NetBSD. | |||
2001-07-25 | nat proxy port randomization by ben fleis. | Daniel Hartmeier | |
2001-07-25 | typo in comment | Markus Friedl | |
2001-07-25 | do not setup identity extensions for KAME; ok angelos@ | Markus Friedl | |
2001-07-25 | mdoc fixes; sync with KAME. | Kenjiro Cho | |
2001-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin | |
upgrading those components hell. Tip of the day: Don't commit without confirmation. | |||
2001-07-25 | Added missing break. -moj | Mats O Jansson | |
2001-07-25 | ISO 3166-1 country names and code elements; ok millert@ | Jason Peel | |
2001-07-25 | Make sure pkthdr.rcvif is correct before calling pf_test() | Jason Wright | |
2001-07-25 | be carefull about initializing timeouts | Michael Shalayeff | |
2001-07-25 | - unconditionalize call to bridge_input() (fewer #ifdef's and NPF>0 is ↵ | Jason Wright | |
default case anyway). - add support for filtering on interface output (and call pf_test() appropriately) What all this means: nonstateful and stateful PF filtering now works with the bridge. | |||
2001-07-25 | Initialization of arpcom * based on ifp was too soon: ifp can change as | Jason Wright | |
a result of a call to bridge_input(). | |||
2001-07-25 | sync | Theo de Raadt | |
2001-07-23 | sync with latest kame. do not print yet-to-be-initialized interface. | Jun-ichiro itojun Hagino | |
2001-07-23 | no zero size xstrdup() error; ok markus@ | Kevin Steves | |
2001-07-23 | use %lu; ok markus@ | Kevin Steves | |
2001-07-23 | kill errant newline in comment section | Todd C. Miller | |
2001-07-23 | reorder operations a bit for st16550{v2}, xr16850, ti16750: | Jason Wright | |
wake them up and then initialize them This fixes a comatose st16650 problem on addcom (detected as st16550). | |||
2001-07-23 | improve IFA_ROUTE handling. do not lose connected route on primary | Jun-ichiro itojun Hagino | |
interface address removals. | |||
2001-07-23 | Fix typo. | Aaron Campbell | |
2001-07-23 | sync PreferredAuthentications | Markus Friedl | |