summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-03use .Aq or \*(Gt instead of `<' and `>';Jason McIntyre
remove some unneccessary escaping;
2005-01-03regenReyk Floeter
2005-01-03add Vodafone Mobile Connect 3G IDsReyk Floeter
2005-01-03when releasing a file structure, free the reference to its name soJean-Francois Brousseau
we don't leak memory spotted by Joris Vink, more complete diff from me
2005-01-03deregisterTodd C. Miller
2005-01-03- make sure int is in running state before touching the multicast filtersBrad Smith
- call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@
2005-01-03too much Xo/Xc in this file;Jason McIntyre
2005-01-03Avoid namespace pollution by renaming index variables -> idx.Todd C. Miller
Idea from NetBSD; OK deraadt@
2005-01-03Make a u_int32_t-sized copy of data->size and key->size (which are size_t)Todd C. Miller
so when we memmove() it we get the correct 32 bits copied on sparc64. Adapted from FreeBSD. OK otto@
2005-01-03limit the maximum length of RCS numbers to 64 nums and avoidJean-Francois Brousseau
potential integer overflow in case of ridiculously large RCSNUMs
2005-01-03put keyboard on mux 1; miod okTheo de Raadt
2005-01-03wsmux lets usb keyboards work hereTheo de Raadt
2005-01-03re-enable ohci and uhciTheo de Raadt
2005-01-03remove extra line; miod okTheo de Raadt
2005-01-03Bring life to /dev/*random; Dale, you owe me a beer.Miod Vallat
2005-01-03more error checking on buffer operations and plug a descriptor leakJean-Francois Brousseau
from Joris Vink
2005-01-03ok, ami is a good choice for the floppyTheo de Raadt
2005-01-03do not print device info twiceTheo de Raadt
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2005-01-03Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and notOtto Moerbeek
run out of mem! From FreeBSD PR 75656. ok millert@ deraadt@
2005-01-03the proclamation of the Soviet Socialist Zaurus PortablicMichael Shalayeff
2005-01-03Left out one EIOMAPSIZE -> eiomapsize chunk by accident; millertMiod Vallat
2005-01-03add ami(4), it works and I needed that to install my new toy... theo okHenning Brauer
2005-01-03Don't forget to register "machine" commands for ddb.Miod Vallat
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
Will hopefully bring us better panic reports. From Joris Vink.
2005-01-03Remove gcc 2.95/x86 specific notes, and mention the implicitMiod Vallat
-fno-zero-initialized-in-bss for gcc 3.
2005-01-03don't merge a rule's source address into a table if we're already trying toMike Frantzen
merge its destination address. caught by an assertion. it's tempting to do recursive reduction here to pick that low hanging fruit.... bug report from <gustavo AT hades DOT uint8t DOT org>
2005-01-03use an example of nmap `outpattern' containing spaces that works;Jason McIntyre
2005-01-03don't try to demangle C symbols if we're ELF.Marc Espie
looks okay mickey@
2005-01-03a little cleanup in the nmap description;Jason McIntyre
2005-01-03need to escape lines starting w/ `...';Jason McIntyre
2005-01-03- use .Bk/.Ek to keep SYNOPSIS tidyJason McIntyre
- `-F keyword' -> `-F keywords' in SYNOPSIS for consistency
2005-01-03RCSID are ok as long as they are proper comments (-:Miod Vallat
2005-01-03Close to working display, just rotated 90 degrees.Dale Rahn
2005-01-03Extra pieces for pxa270, extra gpio pins and LCD control register bits.Dale Rahn
2005-01-03syncTheo de Raadt
2005-01-03rename -f -> -FMarc Espie
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon)
2005-01-03everything else we have uses `kHz';Jason McIntyre
2005-01-03new sentence, new line;Jason McIntyre
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02-fzero-initialized-in-bss is wrong, meaning code thatTed Unangst
depends on zero initialized variables showing up in data fails. turn it off by default. ok deraadt@ miod@
2005-01-02mavb manMark Kettenis
2005-01-02breaks at least vax; backoutTheo de Raadt
2005-01-02remove useless printfs.Dale Rahn
2005-01-02syncTheo de Raadt
2005-01-02RegenMark Kettenis
2005-01-02RegenMark Kettenis
2005-01-02Enable audio(4).Mark Kettenis
2005-01-02isp(4) works out of the boxMartin Reindl
ok deraadt@
2005-01-02OpenBSD tags (missed before)Dale Rahn