summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-06Fix argument order in a log statement.Nicholas Marriott
2012-12-06Simplify command string parsing with a helper function from Tiago Cunha.Nicholas Marriott
2012-12-06Implement bus_space_mmap(9).Martin Pieuchot
2012-12-06old code is gone, remove comments and prototypesMarc Espie
2012-12-06set port = NULL for new connctions, fixes crashesAlexandre Ratchov
2012-12-06Fix some problems with the keys-command test:Darren Tucker
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-05Cross-reference getfsstat(2); OK jmc@Todd C. Miller
2012-12-05Archeological investigation shows dhclient-script did not overwriteKenneth R Westerback
2012-12-05document that resolv.conf is now not unconditionally overwritten;Jason McIntyre
2012-12-05prevent double-free of comment; ok djm@Markus Friedl
2012-12-05minor cleanup, whitespaces, mostly synced with freebsdMike Belopuhov
2012-12-05Explicitly include sys/resource.h for RLIM_INF, etc.Todd C. Miller
2012-12-05fix from freebsd to correctly account rx errors; problem reportedMike Belopuhov
2012-12-05minor spacing nit.Jasper Lievisse Adriaanse
2012-12-05remove "Invalid interface name" messageRobert Peichaer
2012-12-05no need for .Pp before lists;Jason McIntyre
2012-12-05If there is no domain-name and no domain-name-servers provided inKenneth R Westerback
2012-12-04Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony,Miod Vallat
2012-12-04Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs.Mark Kettenis
2012-12-04Implement bus_space_mmap(9).Mark Kettenis
2012-12-04Get rid of two 10-year-old XXX comments and do check for getchar(3) returningMark Kettenis
2012-12-04Eliminate hand-rolled pseudo-strerror() %m strangeness by replacingKenneth R Westerback
2012-12-04Rewritten posix_openpt manual that doesn't include any of the POSIXTodd C. Miller
2012-12-04Use "path name" not "pathname".Todd C. Miller
2006-04-18Oops, correct import this time.Miod Vallat
2012-12-04add group support back (for the ramdisk version)Theo de Raadt
2012-12-04Enable agp(4)Martin Pieuchot
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian Obser
2012-12-04syncMartin Pieuchot
2012-12-04Add agp nodeMartin Pieuchot
2012-12-04Add support for Uninorth AGP bridges found in most if not all the macppcMartin Pieuchot
2012-12-04syncTheo de Raadt
2012-12-04Make bus_dmamem_mmap(9) understand the BUS_DMA_NOCACHE flag, required forMartin Pieuchot
2012-12-04Only pull in sys/cdefs.h if neededTheo de Raadt
2012-12-04only needs sys/types.h not sys/param.hTheo de Raadt
2012-12-04remove sunos backwards compatTheo de Raadt
2012-12-04replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)Theo de Raadt
2012-12-04rather than a mishmash of headers, this only needs <stdint.h>Theo de Raadt
2012-12-04remove sunos backwards compatTheo de Raadt
2012-12-04remove some unnecessary sys/mbuf.h inclusionsTheo de Raadt
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-12-03Backout last. It breaks existing 'ifconfig down ; dhclient' usage.Kenneth R Westerback
2012-12-03Cleanup after a 'ifconfig down', but stick around so 'ifconfig up'Kenneth R Westerback
2012-12-03Fix hang when exiting shell in script mode. OK naddy@Todd C. Miller
2012-12-03wrap bpf.h header with NBPFILTERStefan Fritsch
2012-12-03Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. AtMark Kettenis
2012-12-03Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),Todd C. Miller
2012-12-03Close disk images if the client disconnects. This makes it possible toMark Kettenis