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