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