lukem
ca02addecf
regen
1999-09-04 14:49:10 +00:00
drochner
cfab800438
Fix for a misoptimization, from the egcs/gcc mailing list
...
(http://egcs.cygnus.com/ml/gcc/1999-08/msg00760.html ).
Log message:
* combine.c (get_last_value): Don't look for earlier sets if the last
known set is somewhere in between the insns being combined.
1999-09-04 11:18:40 +00:00
simonb
56a01be374
Fix tyop in a comment.
1999-09-04 09:41:15 +00:00
christos
7057287c54
PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1
...
Makefile. Use snprintf everywhere.
1999-09-04 04:21:28 +00:00
itojun
bffdeb20f5
tiny sync with KAME code.
1999-09-04 03:58:13 +00:00
itojun
159487207b
add NetBSD RCSID where necessary.
...
add __RCSID where necessary.
make sure "make lint" does not raise fatal error (print-nfs.c)
1999-09-04 03:36:41 +00:00
perseant
c588aaf55f
Make changes that will allow an LFS filesystem to be used as the root
...
filesystem. In particular,
- Fix mknod deadlock, described in PR 8172.
- Enable lfs_mountroot.
- Make lfs_writevnodes treat filesystems mounted on lfs device nodes properly,
by flushing that device rather than trying to add blocks to the device inode.
This, in combination with lfs boot blocks, will allow operation of an all-lfs
system.
1999-09-03 22:48:51 +00:00
kleink
edafa96ea6
Change the behaviour when in `more' mode (less invoked as more):
...
* Treat search patterns as BREs only, per 1003.2 and XCU5.
* Do not perform any special treatment when an unqoted * or @ is given as
the first character of the search pattern.
Addresses PR bin/8269 by Chris Demetriou.
1999-09-03 22:07:05 +00:00
christos
a9beb821ed
add country and language to the installed files
1999-09-03 21:35:05 +00:00
christos
e21f733661
Import country and language iso codes from my work database.
1999-09-03 21:32:16 +00:00
drochner
6b4bfbbe10
Wait some seconds after the interface is brought up before packets
...
are sent. Needed at least for if_ti to get the link up.
1999-09-03 20:06:46 +00:00
jdolecek
e49c7e1186
LMREADY: kill the DEBUG message "LKM: try ready"
...
LMLOADSYMS: print the DEBUG message only when (lkm_debug & LKMDB_LOAD)
1999-09-03 17:07:52 +00:00
itojun
f043b1bf0b
document rtsold.
...
improve rtsol section.
1999-09-03 14:36:43 +00:00
itojun
fa7c0ce4df
IPv6-ready whois client.
...
PR: 8281
1999-09-03 13:51:28 +00:00
itojun
02972f5985
add sanity check on rtadvd invocation (allowed on IPv6 routers only).
...
add rc.conf entry for rtsold.
1999-09-03 13:40:15 +00:00
proff
50aa8b2b93
use daemon(3) instead of vanilla fork()
...
use err(3) instead of perror..exit
add new flag: -n don't detach from tty
1999-09-03 13:31:29 +00:00
proff
143f897d3d
-n don't detach from tty
1999-09-03 13:29:44 +00:00
proff
fb95c8ad2b
Document return values and bugs
1999-09-03 13:12:44 +00:00
nisimura
d0259231aa
A small fix to save such a configuration of MAXINE with TC framebuffer
...
option card installed.
1999-09-03 10:19:40 +00:00
tron
c6f00bc85e
Update for XFree86 3.3.5 changes.
1999-09-03 07:48:36 +00:00
nisimura
c1122ccf3d
- Nuke '#ifdef alpha' which brings little useful, plus a small cleanup.
1999-09-03 07:12:45 +00:00
nisimura
37b9802f3a
- Nuke "asc.h" inclusion.
1999-09-03 06:12:28 +00:00
itojun
8ce82eb757
sbin/rtsol now shares source code with usr.sbin/rtsold.
...
sbin/rtsol is compiled separately for static linkage.
1999-09-03 05:25:43 +00:00
itojun
296a348313
add rtsold into SUBDIR.
1999-09-03 05:19:59 +00:00
itojun
65da2d8803
fix prototypes decls (already back-ported into KAME).
...
RCSID police.
1999-09-03 05:14:37 +00:00
itojun
ba92138668
KAME code, 19990903
1999-09-03 04:56:06 +00:00
itojun
56448bbc4f
sync with recent KAME.
...
- added more friendly debugging code
- fix to make assert looser correctly stop forwarding
- fixed SIGHUP support
1999-09-03 04:49:23 +00:00
itojun
7ddaec434e
sync with recent KAME.
1999-09-03 04:34:34 +00:00
itojun
cc554ec648
follow RFC2553 (sync with recent KAME):
...
s/IN6_IS_ADDR_ANY/IN6_IS_ADDR_UNSPECIFIED/
1999-09-03 04:31:48 +00:00
itojun
a4e46e8ae8
sync with recent kAME.
...
- avoid s6_addr{8,16,32} which are nonstanard.
1999-09-03 04:29:57 +00:00
itojun
f84fab5af8
sync with recent KAME.
...
- fix routing socket align issue on 64bit arch.
- avoid s6_addr{8,16,32}, which are nonstandard.
1999-09-03 04:26:31 +00:00
itojun
0a69640f14
remove false fix for routing socket align issue.
1999-09-03 04:17:19 +00:00
itojun
672bcec232
sync with recent KAME.
...
- fix 64bit alignment issue in routing socket.
- avoid s6_addr8 (nonstandard), use s6_addr instead.
1999-09-03 04:04:22 +00:00
itojun
6827022dc7
fix routing socket alignment issue on alpha.
...
sync with more recent KAME code.
PR: 8305
1999-09-03 03:54:47 +00:00
itojun
65b4964f1e
fix alignment issue in routing socket data, on 64bit arch (i.e. alpha).
...
sockaddrs are packed with ROUNDUP() in sys/net/rtsock.c so userland
programs needs to follow that.
PR: 8179
1999-09-03 03:47:39 +00:00
itojun
e33da94c5b
configure IPsec policy on sending/receiving socket for bypassing IPsec.
...
If IPsec default policy is configured for destination
traceroute will never success (because encrypted icmp timexceeded
is unrecognizable).
1999-09-03 03:10:38 +00:00
itojun
1c73836310
do not bark even if IPsec is turned off in kernel.
1999-09-03 01:49:16 +00:00
thorpej
6a2319b969
Byte swap the EEPROM words on the PNIC. From Stephen Ma.
1999-09-03 00:24:56 +00:00
ross
ac269a8a7e
Make the kernel selectable and the strip action optional.
1999-09-02 23:39:43 +00:00
thorpej
8772062270
Make /proc/self a symlink to /proc/curproc. I've observed Linux programs
...
that expect /proc/self/cmdline to exist.
1999-09-02 23:33:45 +00:00
thorpej
8386184524
Deal with some more Winbond differences, after a more-thorough-than-before
...
reading of its manual.
1999-09-02 23:25:28 +00:00
ross
533b6088cd
Make it compile.
1999-09-02 23:23:03 +00:00
augustss
d7a4829d27
Regen.
1999-09-02 22:07:43 +00:00
augustss
1fed6ca851
Add Logitech QuickCam.
1999-09-02 22:07:29 +00:00
ross
dc7ca6a110
Don't get confused when pci function != 0.
1999-09-02 22:04:41 +00:00
tron
fe2def9133
Add mktemp(1).
1999-09-02 20:50:29 +00:00
tron
8bdd9799a5
Build and install "mktemp".
1999-09-02 20:48:27 +00:00
tron
bd999492f6
Import FreeBSD's mktemp(1) utility.
1999-09-02 20:46:17 +00:00
augustss
ba551e0c6a
Regen.
1999-09-02 19:17:57 +00:00
augustss
f6ae3ac6a9
Add some Entrega and Belkin serial adapters.
1999-09-02 19:13:43 +00:00