summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-16for some reason the pchb dependency on agp got left in. kill it.Owain Ainsworth
2008-03-16agp now attaches at vga.Owain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-16avoid errno trashing, ok mpf henningTheo de Raadt
2008-03-16syslogd leaves zombies around if multiple |/pathto/mylogprogMarco Pfatschbacher
2008-03-16use ellipsis to show that more than one disk is allowedIgor Sobrado
2008-03-16Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sureConstantine A. Murenin
2008-03-16implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whatsDavid Gwynne
2008-03-16usage statements are preceeded with usage:David Gwynne
2008-03-15provide sizeofa for counting the number of elements in an array. use it forDavid Gwynne
2008-03-15Make GENERIC.MP work on the e10k. The e10k is a bit funky since UPA onlyMark Kettenis
2008-03-15- len is size_t, but n uses len and is an int. Matching those typesRay Lai
2008-03-15Convert c to unsigned char, like it says in the manual. Also addRay Lai
2008-03-15In statclock(), fix local index type in the profiling code. AvoidsMiod Vallat
2008-03-15Support the old-prom XVideo boards by rewriting the sbus range registers;Miod Vallat
2008-03-15tweak previous;Jason McIntyre
2008-03-15seperate out space vs len calculations; ok hshoexerTheo de Raadt
2008-03-15Repair usage of CMSG_SPACE and CMSG_LEN. While there, send three fdsHans-Joerg Hoexer
2008-03-15space allocated is sum of CMSG_SPACE()'s. length given to the kernelTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-15show the correct idiomTheo de Raadt
2008-03-15This should set msg_control using CMSG_SIZE(), and not assume thatTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-15repair msg_controllen and also an errant buf[CMSG_LEN(..)] declTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-15Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need toMark Kettenis
2008-03-15Document video modes.Miod Vallat
2008-03-15if the device supports the PCI capabilities list and the verbose flagReyk Floeter
2008-03-15After 15 years of fun, fix Torek's ovbcopy() operation when copying shortsMiod Vallat
2008-03-15When installing via NFS, only retry the mount five times (instead of theJoel Sing
2008-03-15Because the shuffle code initialisation is a specific case of shufflingDamien Miller
2008-03-15revert - I'm a dumbfuck who doesn't know his own APIDamien Miller
2008-03-15off by one at end of arrayDamien Miller
2008-03-15Because the ip_id code initialisation is a specific case of shufflingDamien Miller
2008-03-15explicitly report whether the lower or upper limit is exceeded; ok sthen@ cku...Constantine A. Murenin
2008-03-15move zerodotzero up so more stuff can use itDavid Gwynne
2008-03-14Make sure the most often changing bits of tv_usec are used for lladdrMarc Balmer
2008-03-14"-Aa" are not required flags; sort synopses; improve description of "-a"Igor Sobrado
2008-03-14synchronize the synopsis and usage; improve description of flag "-a"Igor Sobrado
2008-03-14Don't even try to attach pcons(4) if we have a real console.Mark Kettenis
2008-03-14- punctuate and order the tokens list, to stop it looking scrappyJason McIntyre
2008-03-14add a new ber function ber_add_astring() that strdups the string andReyk Floeter
2008-03-14xref cdcef(4). ok mbalmer, jmcStuart Henderson
2008-03-14IP_MAX_MEMBERSHIPS was bumped to 4095 in -r1.74; from Matthew DempskyJason McIntyre
2008-03-14Do not allow pppoe(4) interfaces to be attached to anything but EthernetBrad Smith
2008-03-14Add a "%l" token to signal whether a sensor value is in or out of bounds,Chris Kuethe
2008-03-13Make this catch up with some changed structs. Fix indentation while I'm there.Mark Kettenis
2008-03-13Do not increment the input packet counter in these drivers asBrad Smith
2008-03-13Add prtc(4).Mark Kettenis
2008-03-13Attach prtc(4) if no (hardware) real-time clock was found.Mark Kettenis