summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-23Commandante Che Guevara; pt out by form@Michael Shalayeff
2005-06-23clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
2005-06-23Use proper type for 32 bit entity. s/long/intRobert Nagy
2005-06-23- at(1) synopsis: -r expects a `job' arg, not a timespecJason McIntyre
2005-06-23sort options;Jason McIntyre
2005-06-23update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ okMichael Shalayeff
2005-06-23iface description is not an array of ptr but rather just a string; jcs@ okMichael Shalayeff
2005-06-23Dead code.Artur Grabowski
2005-06-23Reword some comments to better reflect reality. Remove some unhelpfulKenneth R Westerback
2005-06-23- cleanup dead flagsJared Yanovich
2005-06-23Don't discard the blocksize information provided by the READ CAPACITYKenneth R Westerback
2005-06-22slightly simplify; christos@netbsdHenning Brauer
2005-06-22implement and use a real usage(); function instead of using goto usage;Robert Nagy
2005-06-22typoMartin Reindl
2005-06-22apparently i got the last one reversed; from jakemsr@Michael Shalayeff
2005-06-22deal with german stupidity... nic.de decided that it is a good idea toHenning Brauer
2005-06-22konrad zuse born 1910, not 1919;Jason McIntyre
2005-06-22Get rpm from filled in structure, not unused one. Remove nowKenneth R Westerback
2005-06-22CDIAGFLAGSBrad Smith
2005-06-21give it wdc@pcmciaMichael Shalayeff
2005-06-21Backout/Disable the change introduced in rev. 1.26. Don't start the helloClaudio Jeker
2005-06-21include msdosfs and udf and a missed config line for wax on c-classMichael Shalayeff
2005-06-21we do not do -s in /etc/rc anymore. this is because, even if -s did try toTheo de Raadt
2005-06-21move Arch->check() up to Packingelement, so that it can be called anywhere,Marc Espie
2005-06-21The ev_sighup event handler should handle SIGHUP and not SIGTERM.Claudio Jeker
2005-06-21start an USB device sectionMartin Reindl
2005-06-21syncMartin Reindl
2005-06-21when writing store the file `real name' on the filesystem, whichMarc Espie
2005-06-21USB supportMartin Reindl
2005-06-21move .rodata out of .text to make more spaceMichael Shalayeff
2005-06-21remove duplicate function prototypes. ok deraadtKevin Lo
2005-06-21regenBrad Smith
2005-06-21add some Enable Semiconductor and Lucent PHYsBrad Smith
2005-06-21add CLEANFILESBrad Smith
2005-06-20add Surecom EP-320G-TX1Martin Reindl
2005-06-20add ral(4)Martin Reindl
2005-06-20Correct ATEN UC-210T product name, from Tamas TEVESZ <ice at extreme.hu>Jonathan Gray
2005-06-20Remove media detection from the SRM on alpha. Initially a good idea, itMartin Reindl
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
2005-06-20Handle floating-point registers.Mark Kettenis
2005-06-20remove freebsd'isms in debug messages. pointed out by timsl (tim atDamien Bergamini
2005-06-20KNFTodd C. Miller
2005-06-20fix a couple of 'use after free' bugs on mbuf chains in the tx path.Damien Bergamini
2005-06-20actually, this is an original work, no need for the vfs_cache.c copyrightJared Yanovich
2005-06-20use getopt(3) for argument list parsing and remove the get_number()Robert Nagy
2005-06-20use getopt(3) for argument list parsing and remove the get_number()Robert Nagy
2005-06-20flesh out the destdir() working. Provide a convenience close() method.Marc Espie
2005-06-20$OpenBSD -> $OpenBSD$Robert Nagy
2005-06-20zap duplicate prototypeMarc Espie
2005-06-20umask juggling not needed; with Lionel Fourquaux.Otto Moerbeek