Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-05 | change these to use asc as well | Eric Jackson | |
2000-07-05 | change the esp scsi driver name to asc as not to conflict with | Eric Jackson | |
the ncr53c9x driver. ok niklas@ | |||
2000-07-05 | typo | Niels Provos | |
2000-07-05 | new timeouts | Michael Shalayeff | |
2000-07-05 | use no_x11_forwarding_flag correctly; provos ok | Theo de Raadt | |
2000-07-05 | make dmesg work on alpha | Eric Jackson | |
2000-07-05 | sync | Theo de Raadt | |
2000-07-05 | setproctitle with %s | Theo de Raadt | |
2000-07-05 | always setproctitle with %s if using a variable | Theo de Raadt | |
2000-07-05 | Start sendmail in the background so it doesn't cause blockage | Todd C. Miller | |
on reboot timing out on DNS problems. | |||
2000-07-05 | Decouple memory access functions from db_interface.c so they can be | Hugh Graham | |
shared with upcoming KGDB. As per NetBSD. Ok'd by niklas. | |||
2000-07-05 | Add a breakpoint() inline for use with KGDB. | Hugh Graham | |
Ok'd by mickey. | |||
2000-07-05 | Correct minor formatting errors/typos. | Aaron Campbell | |
2000-07-05 | Some fix-ups to this man page which was brought in from NetBSD. | Aaron Campbell | |
2000-07-05 | We aren't NetBSD. | Aaron Campbell | |
2000-07-05 | man4.i386 repairs. | Aaron Campbell | |
2000-07-05 | Fix spl-handling in cnstart. | Artur Grabowski | |
2000-07-05 | Change splsoftclock to spltty. spltty is probably too paranoid, but it's | Artur Grabowski | |
less wrong than using splsoftclock which is defined to be a lowering spl (this doesn't matter on the sparc yet, because spls on sparc are wrong, but it will matter soon). | |||
2000-07-05 | OpenBSD-tag | Artur Grabowski | |
2000-07-05 | nanosleep() no longer returns early | Paul Janzen | |
2000-07-05 | Stop sleeps from returning early (by up to a clock tick). | Paul Janzen | |
From FreeBSD: eventually, we should replace hzto() with something like tvtohz() as well. | |||
2000-07-05 | Make return statements adhere to KNF | Niklas Hallqvist | |
2000-07-05 | Sigh, scrr_len represents the length of the scrolling region, not the end of | Aaron Campbell | |
it. The last commit worked for cases where you had one large scrolling region on top (i.e., an irc client with only one channel window) but broke in cases where you had multiple windows. We must compare against scrr_end instead. Much thanks to fries@ for the heads up. pcvt is hard to debug... | |||
2000-07-05 | return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. | Jun-ichiro itojun Hagino | |
EAI_NONAME does not make sense in these situations. from kame. From: enami@netbsd.org | |||
2000-07-04 | File of the week :-) If Tertiary Loader data link size might not be set. | Mats O Jansson | |
Since Ethernet is the only data link supported assume datalink to be 1492. Found when ragge@ludd.luth.se tried to boot a VAX 6000/400. -moj | |||
2000-07-04 | Talk about configuration of RAID devices | Niklas Hallqvist | |
2000-07-04 | Fix stupid bug in extraction through playpen. | Marc Espie | |
2000-07-04 | - inadaquate -> inadequate (for dpt.4, too) | Aaron Campbell | |
- .Sh HARDWARE -> .Sh DESCRIPTION (all man pages should have this section) - Put the word "RAID" in the short description of dpt(4) for apropos. - Remove hard sentence breaks. - Trash trailing punctuation from last SEE ALSO entry. - I dunno, what else can you fix in 30 seconds? | |||
2000-07-04 | inadaquate -> inadequate | Aaron Campbell | |
2000-07-04 | If the spec allows 128-character filenames, our buffer has to be at least 129 | Aaron Campbell | |
characters to hold the trailing NULL. This also fixes a one-byte overflow. | |||
2000-07-04 | Back out unwanted testing change | Marc Espie | |
2000-07-04 | + bsd.port.mk.5 | Marc Espie | |
2000-07-04 | Literal.... nroff is idiot enough not to bitch, #!@#?x! | Marc Espie | |
2000-07-04 | Beautify for espie. | Aaron Campbell | |
2000-07-04 | sync with NetBSD. | Federico G. Schwindt | |
2000-07-04 | missing splx | Artur Grabowski | |
2000-07-04 | Missing splx. | Artur Grabowski | |
2000-07-04 | Add a missing splx in intr_fasttrap. | Artur Grabowski | |
2000-07-04 | fix uvisor entry. | Federico G. Schwindt | |
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt | |
2000-07-04 | add uvisor and clcs, both commented out. | Federico G. Schwindt | |
2000-07-04 | handspring visor driver; from NetBSD. | Federico G. Schwindt | |
2000-07-04 | Cleaner spl handling in userret. | Artur Grabowski | |
2000-07-04 | Fix the latest fix. | Artur Grabowski | |
Only change vm_dsize if the allocation succeeded. From Jason Thorpe. | |||
2000-07-04 | sync | Federico G. Schwindt | |
2000-07-04 | new prods. | Federico G. Schwindt | |
2000-07-04 | Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ↵ | Mats O Jansson | |
ok miod@. -moj | |||
2000-07-03 | typo | Niklas Hallqvist | |
2000-07-03 | arp(8) invocations fixed | Niklas Hallqvist | |
2000-07-03 | Add support for big endian hardware. Clean up memory vs. io mapping code. | Steve Murphree | |
Fix for drives with Tag quirks. |