Age | Commit message (Expand) | Author |
2004-12-18 | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | Todd C. Miller |
2004-12-18 | Use _POSIX_VDISABLE directly instead of assigning it to a variable. | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2004-12-18 | cleanup and indent examples. ok jmc | Jared Yanovich |
2004-12-18 | Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates. | Kenneth R Westerback |
2004-12-18 | Add SPI status information unit structure and defines, along with some | Kenneth R Westerback |
2004-12-18 | when parsing an RCS date, adjust the year by 1900 in the tm structure | Jean-Francois Brousseau |
2004-12-18 | reflect reality. | Marc Espie |
2004-12-18 | kitchensink mode will proceed if it can't find a dependent package... | Marc Espie |
2004-12-18 | if we can't find a package, and it's there to solve a dependency, | Marc Espie |
2004-12-18 | Add tc_init(9) page, a description of the timecounters. With some | Alexander Yurchenko |
2004-12-18 | document kitchensink option | Marc Espie |
2004-12-18 | display something when files ought to get moved in -n. | Marc Espie |
2004-12-18 | ignore size issues in kitchensink pretend mode. | Marc Espie |
2004-12-18 | oops, don't compute fullname unless we know we can. | Marc Espie |
2004-12-18 | implement special `kitchensink' option for testers. | Marc Espie |
2004-12-18 | basic code to handle legacy .libs-* packages: figure out what collisions | Marc Espie |
2004-12-18 | use tick instead of ticks. thanks to hannes at mehnert dot org. | Reyk Floeter |
2004-12-18 | Print error codes in panic message. | Brad Smith |
2004-12-18 | Use more standard TIOCGSIZE instead of the older TIOCGWINSZ. | Todd C. Miller |
2004-12-18 | Decrement carp_suppress_preempt when detaching an interface that has | Christopher Pascoe |
2004-12-18 | Better wording. | Ryan Thomas McBride |
2004-12-17 | Temporary fix to get IPv6 working again. | Marco Pfatschbacher |
2004-12-17 | * increase the initial parse buffer size to 16384 bytes | Jean-Francois Brousseau |
2004-12-17 | Descriptions of 98548A and 98549A were swapped. Also, all models other | Todd C. Miller |
2004-12-17 | fix an off-by-one and a case of snprintf() misuse. | Moritz Jodeit |
2004-12-17 | ICMP state entries use the ICMP ID as port for the unique state key. When | Daniel Hartmeier |
2004-12-17 | Add watchdog API documentation, from Michael Knudsen, with tweaks. ok grange... | Jared Yanovich |
2004-12-17 | knf cleanup, convert old k&r-style functions to ansi-style for a | Reyk Floeter |
2004-12-17 | Fix printf in loadfirmware error path. | Alexander Yurchenko |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-12-17 | Michael Knudsen <e@molioner.dk> says: | Henning Brauer |
2004-12-17 | can postpone grabbing conflict keys. | Marc Espie |
2004-12-17 | better collision reports. | Marc Espie |
2004-12-17 | note the effect of `$' and `~' in configuration file, and how to | Jason McIntyre |
2004-12-17 | slight sync w/ fbsd; | Jason McIntyre |
2004-12-17 | - 5705 does not support jumbo frames | Jason McIntyre |
2004-12-17 | .Xr watchdog 4 | Jason McIntyre |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray |
2004-12-17 | Remember to decrement carp_suppress_preempt when detaching. | Ryan Thomas McBride |
2004-12-17 | Ensure that 'addrs' is always initialized before use (from Yamamoto | Kenneth R Westerback |
2004-12-17 | rev 1.62 | Brad Smith |
2004-12-17 | add missing braces. | Brad Smith |
2004-12-17 | sync usage | Jared Yanovich |
2004-12-17 | Add a new page about hardware watchdog devices, under a BSD license. | Jared Yanovich |
2004-12-16 | De-reference pointer *after* checking if it is NULL. | Kenneth R Westerback |
2004-12-16 | plug some memory leaks on error cases | Jean-Francois Brousseau |
2004-12-16 | Add rcs_gethead() to easily retrieve the head revision of an RCS | Jean-Francois Brousseau |
2004-12-16 | make cvs_connect() print an error message and return with an error | Jean-Francois Brousseau |
2004-12-16 | Fix logic botch in dmacomputeipl() introduced in rev 1.14. | Miod Vallat |