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