Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-27 | sync to the latest p0f v2 database. adds a bunch. thanks and keep going to | Mike Frantzen | |
http://lcamtuf.coredump.cx/p0f-help/ to help add and refine fingerprints | |||
2003-08-27 | kill dangling 'else'. fixes modulus in W and M TCP options | Mike Frantzen | |
2003-08-27 | sync STT_NOTYPE parsign w/ kvm_mkdb; pb@ testing | Michael Shalayeff | |
2003-08-27 | it is supprisingly common (>4%) for some NAT and DSL routers to tweak MSS | Mike Frantzen | |
by setting it to whatever is suitable for the link type. so we try a guessed 1460 MTU and 1500 MSS if the primary check fails. algorithm tweak from Michal Zalewski name a few constants too while I'm in there | |||
2003-08-27 | rename force_push to something more sensible. | Federico G. Schwindt | |
2003-08-27 | escape on expand under emacs mode; otto@ ok. | Federico G. Schwindt | |
2003-08-27 | these are not needed here; henning@ ok. | Federico G. Schwindt | |
2003-08-27 | typo in comment | Anil Madhavapeddy | |
2003-08-27 | update a couple of the Netapp entries | Anil Madhavapeddy | |
frantzen@ ok | |||
2003-08-27 | only try to set hostname to what /etc/myname says if that file actually exists, | Henning Brauer | |
otherwise preserve `hostname` netbooted machines can live perfectly fine without it; they get their hostname earlier. ok krw@ cedric@ | |||
2003-08-27 | - sort SYNOPSIS and DESCRIPTION | Jason McIntyre | |
- add -v to SYNOPSIS from Andrey Matveev; - indent examples - sync usage() with man page ok deraadt@ | |||
2003-08-27 | Build process.S using the rules in bsd.lib.mk, instead of having a specific | Hans Insulander | |
target for building it. This makes the build work for people who build with DEBUGLIBS=Yes. Tested by brad and jolan. ok brad@ jolan@ | |||
2003-08-27 | -l and -n options display owner, group and other permissions; | Jason McIntyre | |
from Jonathan Gray via FreeBSD PR 54294; | |||
2003-08-27 | typos from deraadt@; | Jason McIntyre | |
2003-08-27 | note that mk.conf does not exist by default; | Jason McIntyre | |
2003-08-27 | install sed USD; | Jason McIntyre | |
ok mickey@ | |||
2003-08-27 | library update and description of lib formats; | Jason McIntyre | |
corrections/suggestions millert@ | |||
2003-08-27 | Avoid doing @cwd if no file follows. Patch from Pedro Bastos (based on | Jolan Luff | |
one from espie@) ok fgsch@ naddy@ | |||
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 | |
makes routing lookups slightly more expensive, and serves no useful purpose. ok itojun@ tedu@ | |||
2003-08-27 | correct error message (wall -> syslogd) | Anil Madhavapeddy | |
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 | catch port/user/group a <>/>< b with a >= b, from mpech@ | Daniel Hartmeier | |
2003-08-26 | mention that synproxy state takes the same options as keep/modulate state, | Daniel Hartmeier | |
add synproxy to BNF. from mpech@. ok mpech@, henning@ | |||
2003-08-26 | re-add logging of matched blacklists lost in previous commit, ok deraadt@ | Daniel Hartmeier | |
2003-08-26 | fix backward and forward delete; from wiz@netbsd.org. many thanks. | Federico G. Schwindt | |
2003-08-26 | Fix afsd on architectures that care about alignment. This corrects a problem | Bob Beck | |
that would manifest itself as afsd bus erroring on startup. Tested on sparc64 and again on i386, Ok hin@ | |||
2003-08-26 | constify ffs_tables | Michael Shalayeff | |
2003-08-26 | bitgarbage to the recycle bin | Henning Brauer | |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ↵ | Markus Friedl | |
from solar | |||
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino | |
disappers. deraadt ok | |||
2003-08-26 | stop dumping "GCC: (GNU) 2.95.3 20010125 (prerelease, propolice)" into | Ted Unangst | |
every object by default. ok avsm@ henning@ marc@ | |||
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 | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. few other little cleanups. help testing otto@ and markus@ | |||
2003-08-25 | pr3412: remove dups, from Morten Liebach. ok deraadt@ | Ted Unangst | |
2003-08-25 | You shall NOT BREAK THE TREE | Theo de Raadt | |
2003-08-25 | Setup /dev/crypto early (SSL_library_init) to make sure it's actually done | Jason Wright | |
for all applications; ok markus and deraadt | |||
2003-08-25 | Define both _start and __start in crt0, all of the other architectures do. | Dale Rahn | |
2003-08-25 | catch return-rst ttl values > 255, from aaron@ | Daniel Hartmeier | |
2003-08-25 | string shit | Henning Brauer | |
ok markus@ | |||
2003-08-25 | fprintf->logit to silence login banner with "ssh -q"; ok markus@ | Damien Miller | |
2003-08-25 | if_init support, required by ieee80211. | Federico G. Schwindt | |
deraadt@ ok. | |||
2003-08-25 | add DLT_IEEE802_11; deraadt@ ok. | Federico G. Schwindt | |
2003-08-25 | fix div by zero when listing for filename lengths longer than width. | Federico G. Schwindt | |
markus@ ok. | |||
2003-08-25 | protos | Theo de Raadt | |
2003-08-24 | missing colon in syslog msg (cosmetic) | Daniel Hartmeier | |
2003-08-24 | re-organize Makefiles so that static builds actually work | Theo de Raadt | |