summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-19``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago byMiod Vallat
jmc@.
2004-08-19updated packages list lastlyPeter Valchev
2004-08-19bruce leeMichael Shalayeff
2004-08-19fly on defaults for MDDISKDEVS and MDCDDEVSMichael Shalayeff
2004-08-19document -QZ options; pt out by david hillMichael Shalayeff
2004-08-19more about more recent stuff; from Dmitry BogdanMichael Shalayeff
2004-08-19commented out ahd (compiles but does not work)Michael Shalayeff
2004-08-18some consistency fixes;Jason McIntyre
2004-08-18- .Xr utmp 5Jason McIntyre
- sort options and sync usage()
2004-08-18- Xr w 1Jason McIntyre
- sort options and sync usage()
2004-08-18Fix last commit, all 4 com ports use the same frequency. PromptedTodd C. Miller
by a comment from henning@
2004-08-18Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1,Tom Cosgrove
as recently fixed on i386. requested by, and ok, deraadt@
2004-08-18fix bad packets passed to bpf from the gre(4) interface.Can Erkin Acar
reported by Robert Stone ( robert at arbor net ) via PR 3852 This is a different fix since gre(4) may carry non-ip packets. tested by Robert Stone and markus@ ok markus@ deraadt@
2004-08-18regen for NetMos 4STodd C. Miller
2004-08-18Add NetMos 4S (4 port serial)Todd C. Miller
2004-08-18A potpourri of fixes and improvements:Miod Vallat
- sync with recent NetBSD changes, gives better performance for PIO reads; - sprinkle a few DELAY when busy-waiting for the chip to change state, to unload the bus. ok deraadt@, tests millert@ and I.
2004-08-18sync emacs name, xsaTheo de Raadt
2004-08-18Add 'irq6/clock0' to evcount on luna88k.Kenji Aoyama
ok miod@
2004-08-18s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names)Dale Rahn
ok miod@ and deraadt@
2004-08-18skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacarMarkus Friedl
2004-08-18update to more recent times: we don't have a 1024 limit anymore, grubMarc Espie
boots OpenBSD, linux-2.0.36 is dead, and I no longer do linux installs. Try to give simpler instructions. Some input by Tim Kornau.
2004-08-18update list here tooPeter Valchev
2004-08-18update list of packagesPeter Valchev
2004-08-18remove: GPL_MATH_EMULATE MSDOSFS rl tx tl wbTheo de Raadt
add: ahd This is a wortwhile exhange!
2004-08-17keep all "ifconfig <cloneable> create" examples the sameJared Yanovich
ok jmc
2004-08-17capitalize Fast Ethernet and Gigabit EthernetJared Yanovich
ok jmc
2004-08-17Use device name, not constant string, ok deraadt@Dale Rahn
2004-08-17don't forget to set rv to zero on false matchMichael Shalayeff
2004-08-17RegenMiod Vallat
2004-08-17Describe the oppr ({ee,open}prom) target, and add it to sparc64 (despite itMiod Vallat
being handmade in std). spotted by jmc@, ok deraadt@
2004-08-17ahc has been said to work againMichael Shalayeff
2004-08-17Improved interrupt counters for arm: no spaces in the names,Dale Rahn
return correct value for interrupt routines, fix some string overflows. only count the interrupts we are interested in. ok miod@
2004-08-17missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit ↵Michael Shalayeff
<moritz@jodeit.org>
2004-08-17printf repairTheo de Raadt
2004-08-17Merge set constructs in neighbor statements. This fixes a common problem:Claudio Jeker
previous sets were cleared by the last one. OK henning@
2004-08-17when sending a file descriptor, close it on the receiving side inHenning Brauer
buf_dequeue() instead of in msgbuf_write(). as sendmsg() might return without having written all data (we're on nonblocking sockets), we might have closed the fd before it actually got send. tracked down after (completely independent, didn't even look related at all) bug reports from Shaun O'Neil <shaun@dma.nl> and Arvid Grtting <arvidg@netfonds.no>, claudio ok
2004-08-17Always update prefix timestamp even if nothing has changed. Without thisClaudio Jeker
networks disappear after reload. OK henning@
2004-08-17Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1.Tom Cosgrove
ok deraadt@
2004-08-17check for msg->isakmpg_sa being NULL before referencingHans-Joerg Hoexer
ok ho@
2004-08-17impliment QUIT, beck okHenning Brauer
2004-08-17strncmp works only if starting after start of buffer.Marc Espie
found thx to mmap malloc. okay millert@ deraadt@
2004-08-17a few mdoc fixesJared Yanovich
ok jmc
2004-08-16sync synopsis with usageJared Yanovich
found by jmc
2004-08-16correct a mistake in a code example; diff from Lawrence Teo;Jason McIntyre
henning says it's correct;
2004-08-16syncTheo de Raadt
2004-08-16fix the tree after jakob broke itTheo de Raadt
2004-08-16Uninline splraise to save some time and space.Artur Grabowski
deraadt@ ok, tested by many for a long time.
2004-08-16remove ip6.int. ok henning@Jakob Schlyter
2004-08-16Make the README file a little more informative and explain how to installJean-Francois Brousseau
the software on OpenBSD systems.
2004-08-16Be more careful setting next and deadline, they should not both be != 0Otto Moerbeek
at the same time. ok henning@