Age | Commit message (Expand) | Author |
2003-08-27 | Avoid doing @cwd if no file follows. Patch from Pedro Bastos (based on | Jolan Luff |
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 | 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 |
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 |
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 |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino |
2003-08-26 | stop dumping "GCC: (GNU) 2.95.3 20010125 (prerelease, propolice)" into | Ted Unangst |
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 | 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 |
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 |
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 |
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 |
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 |
2003-08-24 | 64 bit cleanups; markus ok | Theo de Raadt |
2003-08-24 | sync | Cedric Berger |
2003-08-24 | sync | Cedric Berger |
2003-08-24 | Tweaks: | Cedric Berger |
2003-08-24 | Tables can now be used in round-robin pools. | Cedric Berger |
2003-08-24 | defines and struct for the ieee80211 framework; deraadt@ ok. | Federico G. Schwindt |
2003-08-24 | put emul sysctls in appropriate arch. also fix up the comments. | Ted Unangst |
2003-08-24 | don't print info about duplicate emuls. gives the illusion there is only | Ted Unangst |
2003-08-24 | sprinkle some __kprintf__ attributes around functions which use format | Anil Madhavapeddy |
2003-08-24 | sync | Theo de Raadt |
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 | If any interface has been configured using DHCP, assume the default route | Kenneth R Westerback |
2003-08-23 | add -s to specify stuttering delay, set receive buffer size to 1 byte | Daniel Hartmeier |
2003-08-23 | fix printf format for time_t. notified by casha@e7.pl. henning ok | Jun-ichiro itojun Hagino |