Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-02 | drop packet to tentative/duplicated interface address earlier. sync w/kame | Jun-ichiro itojun Hagino | |
2000-07-02 | MSG_COMPAT is needed for COMPAT_BSDOS too. | Federico G. Schwindt | |
2000-07-02 | correct use of route(8) in sample. | Jun-ichiro itojun Hagino | |
2000-07-02 | yes, it will; forgot, oops, ouch | Michael Shalayeff | |
2000-07-02 | constraints misscount; that's how it goes typing on the train | Michael Shalayeff | |
2000-07-02 | no bays for stinger | Michael Shalayeff | |
2000-07-02 | knf; ouch, that hurts | Michael Shalayeff | |
2000-07-02 | fix spelling | Eric Jackson | |
2000-07-02 | new kvtop through lpa; also put some spu/sfu bits in cpu.h | Michael Shalayeff | |
2000-07-02 | descent into wsconsctl | Michael Shalayeff | |
2000-07-02 | make it compiling only for alpha and hppa | Michael Shalayeff | |
2000-07-02 | wscons tools | Michael Shalayeff | |
2000-07-02 | make it compiling only for alpha and hppa | Michael Shalayeff | |
2000-07-02 | wscons font loader; initial import from netbsd tree | Michael Shalayeff | |
2000-07-02 | wscons vt config tool; initial import from netbsd tree | Michael Shalayeff | |
2000-07-02 | Bump FIBOMAX to an interesting value | Marc Espie | |
2000-07-02 | Make 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-02 | Long tokens won't be defined macros, but they can still be output. | Marc Espie | |
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-07-02 | use ffs.c | Michael Shalayeff | |
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-07-02 | new version of ffs from drahn@ | Michael Shalayeff | |
combines binary search and table lookup. tested on i386, sparc, ppc, hppa | |||
2000-07-02 | add via vt6102 id; freebsd-gnats | Jason Wright | |
2000-07-02 | sync | Jason Wright | |
2000-07-02 | add via vt6102 id; freebsd-gnats | Jason Wright | |
2000-07-01 | wscons control tool; initial import from newtbsd tree | Michael Shalayeff | |
2000-07-01 | be more verbose when warning for partition errors, | Michael Shalayeff | |
print partition number in the message. | |||
2000-07-01 | Add -f option to specify audio device, honor AUDIODEVICE environment vairable, | Todd C. Miller | |
and some KNF. | |||
2000-07-01 | Slightly nicer wording: begins by -> begins with | Marc Espie | |
2000-07-01 | More PCMCIA ep(4) devices supported now. | Aaron Campbell | |
2000-07-01 | Add a bare-bones clcs(4) man page; from NetBSD. | Aaron Campbell | |
2000-07-01 | Add clcs(4). | Aaron Campbell | |
2000-07-01 | Better english. | Aaron Campbell | |
2000-07-01 | Add man pages for the kernel power hook mechanisms. | Aaron Campbell | |
2000-07-01 | sync | Aaron Campbell | |
2000-07-01 | Oops, forgot to commit these new device IDs last night. | Aaron Campbell | |
2000-07-01 | Small 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-01 | correct struct name in comment | Paul Janzen | |
2000-07-01 | Add vicious Fibonacci test. | Marc Espie | |
Our m4 runs against a hard limit pretty soon currently, but this will be fixed. | |||
2000-07-01 | + usr.bin | Marc Espie | |
2000-07-01 | Import NetBSD's m4 regression suite (we pass, btw) | Marc Espie | |
2000-07-01 | Forgot to import one estrdup from my trunk. | Marc Espie | |
Ensure make prints sane error messages when obj/ exists. | |||
2000-06-30 | do not prin tcp/udp twice. from: fgs | Jun-ichiro itojun Hagino | |
2000-06-30 | Recognize `+cmd' as a command that should always be executed, even in | Marc 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-30 | Oops, put back this call to spltty(). When our timeout expires and we poll the | Aaron Campbell | |
pcic, we don't want to be interrupted by real interrupts generated by the pcic. | |||
2000-06-30 | split netstat -an -f inet and netstat -an -f inet6, for consistency. | Jun-ichiro itojun Hagino | |
Suggested by: fgs | |||
2000-06-30 | suppress too noisy warning on forward-over-loopback case. from kame | Jun-ichiro itojun Hagino | |
2000-06-30 | re-initialize timeout before each invocation of select() | Paul Janzen | |
2000-06-30 | correct 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 |