summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-17convert more strings to use the new ber_add_astring() function whichReyk Floeter
2008-03-17another sizeofa instead of sizeof fixReyk Floeter
2008-03-17fix incorrect use of sizeof() where there sizeofa() macro should be usedReyk Floeter
2008-03-17fix copyright lineRobert Nagy
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
2008-03-17syncTheo de Raadt
2008-03-17syncTheo de Raadt
2008-03-17option 252 is generally used to specify an autoproxy-script on a subnet.David Gwynne
2008-03-16s/273.16/273.15/g, then refactor the formulae to ensure that theConstantine A. Murenin
2008-03-16text simplification;Jason McIntyre
2008-03-16some more agp/vga bits;Jason McIntyre
2008-03-16Include <sparc64/dev/starfire.h> instead of having our own definitions.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16Set up interrupt translation for e10k.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16- add NAME entries for arc4random_buf and arc4random_uniformJason McIntyre
2008-03-16Add missing MLINKSTheo de Raadt
2008-03-16sync with sys/statfs.h; ok jmc@Otto Moerbeek
2008-03-16actually print the now available large numbersOtto Moerbeek
2008-03-16bumpOtto Moerbeek
2008-03-16Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.Mark Kettenis
2008-03-16diff from djm@ committed at his request:Otto Moerbeek
2008-03-16indentTheo de Raadt
2008-03-16statvfs supportOtto Moerbeek
2008-03-16regenOtto Moerbeek
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
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