summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-02drop packet to tentative/duplicated interface address earlier. sync w/kameJun-ichiro itojun Hagino
2000-07-02MSG_COMPAT is needed for COMPAT_BSDOS too.Federico G. Schwindt
2000-07-02correct use of route(8) in sample.Jun-ichiro itojun Hagino
2000-07-02yes, it will; forgot, oops, ouchMichael Shalayeff
2000-07-02constraints misscount; that's how it goes typing on the trainMichael Shalayeff
2000-07-02no bays for stingerMichael Shalayeff
2000-07-02knf; ouch, that hurtsMichael Shalayeff
2000-07-02fix spellingEric Jackson
2000-07-02new kvtop through lpa; also put some spu/sfu bits in cpu.hMichael Shalayeff
2000-07-02descent into wsconsctlMichael Shalayeff
2000-07-02make it compiling only for alpha and hppaMichael Shalayeff
2000-07-02wscons toolsMichael Shalayeff
2000-07-02make it compiling only for alpha and hppaMichael Shalayeff
2000-07-02wscons font loader; initial import from netbsd treeMichael Shalayeff
2000-07-02wscons vt config tool; initial import from netbsd treeMichael Shalayeff
2000-07-02Bump FIBOMAX to an interesting valueMarc Espie
2000-07-02Make the m4 machine stack dynamically sized.Marc Espie
Fix strspace automatic extension. The assumption that simply updating the current pointer works is false, there are cases where previous entries on the stack would absorp vast amounts of string space, and overload the non-updated entries. To fix it, we use a shadow copy of the stack, which only records which entries are pointers within strspace, so that a resize can adjust all those pointers at once. Reviewed by millert@
2000-07-02Long tokens won't be defined macros, but they can still be output.Marc Espie
2000-07-02sync w/ libcMichael Shalayeff
2000-07-02use ffs.cMichael Shalayeff
2000-07-02sync w/ libcMichael Shalayeff
2000-07-02new version of ffs from drahn@Michael Shalayeff
combines binary search and table lookup. tested on i386, sparc, ppc, hppa
2000-07-02add via vt6102 id; freebsd-gnatsJason Wright
2000-07-02syncJason Wright
2000-07-02add via vt6102 id; freebsd-gnatsJason Wright
2000-07-01wscons control tool; initial import from newtbsd treeMichael Shalayeff
2000-07-01be more verbose when warning for partition errors,Michael Shalayeff
print partition number in the message.
2000-07-01Add -f option to specify audio device, honor AUDIODEVICE environment vairable,Todd C. Miller
and some KNF.
2000-07-01Slightly nicer wording: begins by -> begins withMarc Espie
2000-07-01More PCMCIA ep(4) devices supported now.Aaron Campbell
2000-07-01Add a bare-bones clcs(4) man page; from NetBSD.Aaron Campbell
2000-07-01Add clcs(4).Aaron Campbell
2000-07-01Better english.Aaron Campbell
2000-07-01Add man pages for the kernel power hook mechanisms.Aaron Campbell
2000-07-01syncAaron Campbell
2000-07-01Oops, forgot to commit these new device IDs last night.Aaron Campbell
2000-07-01Small perl script to create fibo.out.Marc Espie
length parameter to try to push fibo.m4 further.
2000-07-01- Make the 3CCFE575BT work.Aaron Campbell
- Add support for the 3CCFEM656C. - Lots of code cleanup.
2000-07-01correct struct name in commentPaul Janzen
2000-07-01Add vicious Fibonacci test.Marc Espie
Our m4 runs against a hard limit pretty soon currently, but this will be fixed.
2000-07-01+ usr.binMarc Espie
2000-07-01Import NetBSD's m4 regression suite (we pass, btw)Marc Espie
2000-07-01Forgot to import one estrdup from my trunk.Marc Espie
Ensure make prints sane error messages when obj/ exists.
2000-06-30do not prin tcp/udp twice. from: fgsJun-ichiro itojun Hagino
2000-06-30Recognize `+cmd' as a command that should always be executed, even inMarc Espie
make -n mode. Currently works only in sequential make mode. In parallel make mode, it's just a no-op. Useful to debug recursive Makefiles, and part of POSIX.
2000-06-30Oops, put back this call to spltty(). When our timeout expires and we poll theAaron Campbell
pcic, we don't want to be interrupted by real interrupts generated by the pcic.
2000-06-30split netstat -an -f inet and netstat -an -f inet6, for consistency.Jun-ichiro itojun Hagino
Suggested by: fgs
2000-06-30suppress too noisy warning on forward-over-loopback case. from kameJun-ichiro itojun Hagino
2000-06-30re-initialize timeout before each invocation of select()Paul Janzen
2000-06-30correct address family handling in "giftunnel".Jun-ichiro itojun Hagino
test with the following: # ifconfig gif0 inet giftunnel localhost localhost # ifconfig gif0 inet6 giftunnel localhost localhost