Age | Commit message (Expand) | Author |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-25 | regen | Brad Smith |
2006-03-25 | add vendor ID for SMSC and SMSC LAN83C185 10/100 PHY id. | Brad Smith |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2006-03-25 | Correct integer types, remove unused arguments, non-portable bitshifts | Ray Lai |
2006-03-25 | Fix description of KERN_VNODE, okay deraadt@ | Pedro Martelletto |
2006-03-25 | Handle syncer vnodes gracefully, okay deraadt@ | Pedro Martelletto |
2006-03-25 | fixup IP checksum when modifying IP header fields, based on a patch in | Daniel Hartmeier |
2006-03-25 | hook telldir | Otto Moerbeek |
2006-03-25 | telldir/seekdir regress tesst. Fails on -current, since seekdir(x), | Otto Moerbeek |
2006-03-25 | unused variable | Camiel Dobbelaar |
2006-03-25 | tidy up a bit. | Brad Smith |
2006-03-25 | add missing prototypes all over the place, u_long -> unsigned long (userland | Marc Espie |
2006-03-25 | delete cast not required | Theo de Raadt |
2006-03-25 | remove (char *) casts to a function that accepts void * for the arg | Theo de Raadt |
2006-03-25 | use strtonum() instead of atoi() [limit X screens to 400, sorry] | Theo de Raadt |
2006-03-25 | mark two more signal handlers ARGSUSED | Theo de Raadt |
2006-03-25 | cast strtonum() result to right type | Theo de Raadt |
2006-03-25 | nicer size_t and time_t types | Theo de Raadt |
2006-03-25 | spacing | Theo de Raadt |
2006-03-25 | needed casts (always will be needed) | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | only resolve symlinks in the dirname of rename()'s arguments, | Nikolay Sturm |
2006-03-25 | Highlight that running an OSPF router without forwarding enabled is | Esben Norby |
2006-03-25 | ddb.{console,panic} cannot be raised at securelevel 1 either; | Jason McIntyre |
2006-03-25 | Use correct directory in example. | Ray Lai |
2006-03-25 | Use fstat(3) instead of stat(3) as a matter of principle. We don't | Otto Moerbeek |
2006-03-25 | ANSI and KNF. | Brad Smith |
2006-03-25 | regen | Brad Smith |
2006-03-25 | add a second Packet Engines Yellowfin PCI id. | Brad Smith |
2006-03-25 | set/clear the all frames bit in the receive filter when | Brad Smith |
2006-03-25 | sync | Theo de Raadt |
2006-03-25 | "abormally" is a perfectly cromulent word, but "abnormally" is better | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-24 | oops, chip misnamed; roman.hunt@comcast.net | Theo de Raadt |
2006-03-24 | update supported device list and sort it while im here. | David Gwynne |
2006-03-24 | Plug leak in error path; from Alexey Dobriyan; ok ray@ | Otto Moerbeek |
2006-03-24 | For those of us (including me) who can't type: show an error message if | Otto Moerbeek |
2006-03-24 | Remove telldir/seekdir support from the internal ld.so lib, it's not | Otto Moerbeek |
2006-03-24 | regen | Brad Smith |
2006-03-24 | add the Globespan PCI vendor id. | Brad Smith |
2006-03-24 | ANSIfy. Ok ray@ | Kjell Wooding |
2006-03-24 | change rcs_parse_deltas() and rcs_parse_deltatexts() return value | Xavier Santolaria |
2006-03-24 | change rcsclean_file() return type to void as it does not need | Xavier Santolaria |
2006-03-24 | add test for `rcs -Aoldfile'; not enabled yet. ray@ likes it. | Xavier Santolaria |
2006-03-24 | typo; | Jason McIntyre |
2006-03-24 | sort; | Jason McIntyre |
2006-03-24 | i wish all new hardware was this easy to support. acer labs usb2 data | David Gwynne |
2006-03-24 | Remove unused variables, better integer types, prevent fallthroughs. | Ray Lai |