Age | Commit message (Expand) | Author |
2004-02-16 | fixes function parameters to match the man page as well | Brad Smith |
2004-02-16 | Add missing const for function parameters to match POSIX. | Brad Smith |
2004-02-16 | If the user does "chown foo.bar" check to see if foo.bar is a username | Todd C. Miller |
2004-02-16 | don't allocate a cluster if the header fits into a mbuf; | Markus Friedl |
2004-02-16 | add IPv4/IPv6 transport selection. ok millert@ deraadt@ | Jakob Schlyter |
2004-02-16 | check for isakmp_sa->transport != NULL; noticed by bluhm at genua.de ok hshoe... | Markus Friedl |
2004-02-16 | make -b and -c work with large offsets; tweak from millert@ | Otto Moerbeek |
2004-02-16 | remove redundant code, u_int8_t cannot be > 0xff | Otto Moerbeek |
2004-02-16 | handle allocation failure; jjy2+@pitt.edu | Theo de Raadt |
2004-02-16 | no need for extra param; Mathias@enloco.net | Theo de Raadt |
2004-02-16 | give up on amd64 -O0 | Theo de Raadt |
2004-02-16 | Regen | Miod Vallat |
2004-02-16 | Add the missing MAKEDEV.8 files to the build (to be generated in a couple | Miod Vallat |
2004-02-16 | Introduce MAKEDEV.man*, an equivalent of MAKEDEV.mi and MAKEDEV.sub | Miod Vallat |
2004-02-16 | Harmonize MAKEDEV sources: | Miod Vallat |
2004-02-16 | Move the real knowledge of MI devices to a specific file, MAKEDEV.common. | Miod Vallat |
2004-02-16 | KNF | Henning Brauer |
2004-02-16 | add scope_id for v6 to struct bgpd_addr | Henning Brauer |
2004-02-16 | Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@ | Dale Rahn |
2004-02-16 | Correctly pass the siginfo_t structure to signal handlers. | Miod Vallat |
2004-02-16 | Extend imsg API so that messages can be composed on the fly. In the RDE it | Claudio Jeker |
2004-02-16 | Basic aspath match function needed for filters and the "show rib" bgpctl | Claudio Jeker |
2004-02-16 | superfluous tabs | Claudio Jeker |
2004-02-16 | Add basic functions to print aspath in human readable format. OK henning@ | Claudio Jeker |
2004-02-16 | Make the path attribute handling more RFC conformant. Also move the | Claudio Jeker |
2004-02-16 | fix gcc3 i386 strange behavior about extracting insns from PARALLEL insn. thi... | Hiroaki Etoh |
2004-02-16 | catch all vnode types | Ted Unangst |
2004-02-16 | rough cut of netbsd's pmap process memory map inspector. | Ted Unangst |
2004-02-16 | Xr compat_aout(8) | Miod Vallat |
2004-02-16 | sync MACRO names with freebsd. | Ted Unangst |
2004-02-16 | freeifaddrs() data from getifaddrs() | Ryan Thomas McBride |
2004-02-16 | Fix the recently added OF_getnodebyname(), if 0 is passed in for start | Dale Rahn |
2004-02-15 | Fool gcc3 into not detecting we want a divide by zero at compile time. | Miod Vallat |
2004-02-15 | Better ABLE usage and information, after clarification from the Simtec unzels. | Miod Vallat |
2004-02-15 | No AGP on Cats... | Miod Vallat |
2004-02-15 | Sync arch list with etc/ | Miod Vallat |
2004-02-15 | 'split' command for iostat mode | Ted Unangst |
2004-02-15 | Remove inittodr line during boot, recommended deraadt@ | Dale Rahn |
2004-02-15 | Remove debugging message. | Dale Rahn |
2004-02-15 | remove extra . I left when putting $self->{destdir} inside... | Marc Espie |
2004-02-15 | check TDBF_INVALID for TCP MD5 SA lookups; ok mcbride, henning | Markus Friedl |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl |
2004-02-15 | add sysctl_int_arr() API similar to BSD/OS; ok itojun, deraadt, miod, henning | Markus Friedl |
2004-02-15 | string.h for memset | Jolan Luff |
2004-02-15 | sneaky disk_unbusy()'s tried to hide | Ted Unangst |
2004-02-15 | 18 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarity | Anil Madhavapeddy |
2004-02-15 | knf | Ted Unangst |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-02-15 | break in default switch cases | Ted Unangst |
2004-02-15 | pretty code that's easier to read, same effect. | Ted Unangst |