Age | Commit message (Expand) | Author |
2003-08-30 | Compile kernels with -mno-check-zero-division. Saves two pages, and things | Miod Vallat |
2003-08-29 | Fix three cases of potential accesses to free'd memory. At least one of | Daniel Hartmeier |
2003-08-28 | from NetBSD via Tim Weiss, tim at zetaflops dot net: deal with FS block sizes... | Jason Wright |
2003-08-28 | remove extraneous bracket in comment; | Jason McIntyre |
2003-08-28 | b180 wink-wink | Michael Shalayeff |
2003-08-28 | fix bzero size; from pechkin | Michael Shalayeff |
2003-08-28 | fix "pfctl -vvsr" output for rules with tables inside anchors. | Cedric Berger |
2003-08-28 | Sync ('make microcode') with change to aicasm_symbol.c: | Kenneth R Westerback |
2003-08-28 | Fix use of uninitialized variable by porting NetBSD patch to correctly | Kenneth R Westerback |
2003-08-27 | this bit is defined as prefetchable and not cachable and thus rename and use ... | Michael Shalayeff |
2003-08-27 | fix inconsistency how we handle tcpopt EOL versus how p0f v2 handles it | Mike Frantzen |
2003-08-27 | it is supprisingly common (>4%) for some NAT and DSL routers to tweak MSS | Mike Frantzen |
2003-08-27 | Enable 'Snag' boot on newer Apple machines. | Dale Rahn |
2003-08-27 | RNF_IGNORE can corrupt the radix tree when an interface is down, it | Henric Jungheim |
2003-08-27 | cut-and-paste error; henric | Jun-ichiro itojun Hagino |
2003-08-26 | fix for dinode rename, this broke the forth bootblock.s ok jason@ tedu@ | Dale Rahn |
2003-08-26 | constify ffs_tables | Michael Shalayeff |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino |
2003-08-26 | fix sys_clock_settime. hint from nordin@ ok deraadt@ | Ted Unangst |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-25 | if_init support, required by ieee80211. | Federico G. Schwindt |
2003-08-25 | add DLT_IEEE802_11; deraadt@ ok. | Federico G. Schwindt |
2003-08-24 | defines and struct for the ieee80211 framework; deraadt@ ok. | Federico G. Schwindt |
2003-08-24 | sprinkle some __kprintf__ attributes around functions which use format | Anil Madhavapeddy |
2003-08-24 | regen | Ted Unangst |
2003-08-24 | freebsd pread and pwrite are the same as ours. jason + ackley.net says this | Ted Unangst |
2003-08-23 | unifiy with mvme88k | Theo de Raadt |
2003-08-23 | unify with mvme88k; miod ok | Theo de Raadt |
2003-08-23 | remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@ | Ted Unangst |
2003-08-23 | remove native emulations from emulsw. you can't change them and probably | Ted Unangst |
2003-08-23 | rename native to aout so we can tell it apart. | Ted Unangst |
2003-08-23 | knf | Theo de Raadt |
2003-08-23 | switch to ether_input_mbuf; krw@ testing and ok. | Federico G. Schwindt |
2003-08-23 | allow disabling a emul after enabling it; tedu@ ok. | Federico G. Schwindt |
2003-08-23 | correct function names; from NetBSD. | Federico G. Schwindt |
2003-08-22 | pf spelling police | David Krause |
2003-08-22 | need to flip the operands wordwise for big endian machines. modexp works | Jason Wright |
2003-08-22 | regen | Michael Shalayeff |
2003-08-22 | rework cpu identification | Michael Shalayeff |
2003-08-22 | KNF | Henning Brauer |
2003-08-22 | don't expose pf_osfp_fingerprint() to ! _KERNEL. tcpdump et al use | Mike Frantzen |
2003-08-22 | To workaround an early 88100 models problem, gcc explicitely adds checks for | Miod Vallat |
2003-08-21 | Bounds checking, prevents ioctls to non-existing dart devices from panic'ing | Miod Vallat |
2003-08-21 | Be less verbose in the MVME187 probe, as its CMMU configuration is known | Miod Vallat |
2003-08-21 | Use constants rather than hardcoded values for IPL levels. | Miod Vallat |
2003-08-21 | De-obfuscate get_target(). | Miod Vallat |
2003-08-21 | These files were intended for X11 support, but serve no purpose nowadays, | Miod Vallat |
2003-08-21 | Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF. | Mike Frantzen |