Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino | |
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6. | |||
2000-01-09 | Reduce calllimit from 10 to 3; this should avoid running out of stack | Angelos D. Keromytis | |
when misconfiguring (jinmei@isl.rdc.toshiba.co.jp) | |||
2000-01-09 | Change an instance of #if NISA that should be #if NISADMA | Todd C. Miller | |
2000-01-09 | add dcphy (necessary for macronix 98715) | Jason Wright | |
2000-01-09 | fetch subsystem id for comparison in dcphy | Jason Wright | |
Merge with FreeBSD: add a routine to search for dirty rx buffers in case rxeof falls out of sync with the hardware | |||
2000-01-09 | sync | Jason Wright | |
2000-01-09 | emulated phy for if_dc; from FreeBSD | Jason Wright | |
2000-01-08 | Allow UKC to change tz with 'timezone' command. | David Leonard | |
2000-01-08 | sync with NetBSD | Peter Galbavy | |
- remove unused are from IO_BUF_ERR in rf_driver.c - remove unused define in rf_stripelocks.c | |||
2000-01-08 | remove never-visited function icmp6_ctloutput(). | Jun-ichiro itojun Hagino | |
for openbsd, this is integrated into rip6_ctloutput(). | |||
2000-01-08 | before setting IFM_AUTO, make sure it really exists. If not, punt with | Jason Wright | |
IFM_10_T. Also remove long dead fxp_phyname() | |||
2000-01-08 | Missing rndvar.h | Angelos D. Keromytis | |
2000-01-08 | Forgot to commit this (GRE ioctls) | Angelos D. Keromytis | |
2000-01-08 | expose ifmedia_match | Jason Wright | |
2000-01-08 | pull in arc4random() prototype | Theo de Raadt | |
2000-01-08 | use arc4random() instead of random for two reasons. | Theo de Raadt | |
1) on some architectures, random() should only be used by the scheduler (ie. statintr() because it is uniformly distributed 2) arc4random() is actually strong, random() is not at all | |||
2000-01-08 | gre(4) interface in GENERIC | Angelos D. Keromytis | |
2000-01-08 | Fix serious crash-and-burn bug I introduced with last revision. | Angelos D. Keromytis | |
2000-01-08 | We don't need a pseudo-header for tcpdump on the output routine. | Angelos D. Keromytis | |
2000-01-08 | Incoming bpf tap. | Angelos D. Keromytis | |
2000-01-07 | Fix tcpdump -n -i greN (causes a panic in NetBSD) | Angelos D. Keromytis | |
2000-01-07 | Remove unnecessary include files. | Angelos D. Keromytis | |
2000-01-07 | Remove unused include files. | Angelos D. Keromytis | |
2000-01-07 | Make some of the GRE-specific ioctls privileged. Remove a lot of | Angelos D. Keromytis | |
unnecessary include files. | |||
2000-01-07 | Missing sysctl.h include | Angelos D. Keromytis | |
2000-01-07 | Forgot the names here... | Angelos D. Keromytis | |
2000-01-07 | GRE/MobileIP input routine processing, from NetBSD (with a few | Angelos D. Keromytis | |
changes). Also, minor cleanup in in_proto.c | |||
2000-01-07 | gre interface code, from NetBSD (with some changes) | Angelos D. Keromytis | |
2000-01-07 | Add missing IF_DROPs | Angelos D. Keromytis | |
2000-01-07 | IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD) | Angelos D. Keromytis | |
2000-01-07 | ifdef cleanup | Angelos D. Keromytis | |
2000-01-07 | Cleanup ifdefs | Angelos D. Keromytis | |
2000-01-07 | Early check for destination port 0 (itojun@) | Angelos D. Keromytis | |
2000-01-07 | sync with work by Greg Oster on NetBSD | Peter Galbavy | |
Please note: This update has *only* been tested on i386 with IDE disks. Could someone with a spare box please make sure all is OK with SCSI and maybe other arches ? sparc testing will follow locally. * remove rf_sys.h * many changes to make it more stable * some performance increases * All raid threads now get their own kernel process and the calling raidctl(8) program will show status progress through a meter. * In theory FFS_SOFTUPDATES and RAIDframe will now work together - NOT TESTED YET See http://www.cs.usask.ca/staff/oster/raid.html This updates include Greg's changes to Jan 4th 2000. TODO: * some odd behaviour when running raictl -c on an already config'ed raid set - problem founf, fix being done * progress meter is in raidctl(8) - seperate commit, but could do with sync'ing with OpenBSD ftp version | |||
2000-01-07 | s/memset/bzero/ | Jun-ichiro itojun Hagino | |
From: Michael Shalayeff <mickey@lucifier.dial-up.user.akula.net> | |||
2000-01-06 | Leave audio alone for midi or midibus. | Federico G. Schwindt | |
2000-01-06 | don't use _C_LABEL. but do use __STRING | David Leonard | |
2000-01-06 | add __weak_alias() macro | David Leonard | |
2000-01-06 | Added support for MVME177 | Steve Murphree | |
2000-01-06 | Fix for NFS swap device. | Steve Murphree | |
2000-01-06 | Add support for MVME177 | Steve Murphree | |
2000-01-06 | Fix for IP v.6 | Steve Murphree | |
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree | |
2000-01-06 | remove mx driver... dc works | Jason Wright | |
2000-01-06 | remove mx & pn in favor of dc | Jason Wright | |
2000-01-06 | o let if_dc match macronix and pnic-II | Jason Wright | |
o apply patch from Joff Thyer <jsthyer@uncg.edu> that helps with watchdog resets in mx & dm chips | |||
2000-01-06 | som is a md format | Michael Shalayeff | |
2000-01-06 | add missing net.inet6.ip6.rr_prune case. | Jun-ichiro itojun Hagino | |
2000-01-05 | In the NFSMSIZ macro, don't assume that m_ext.ext_size == MCLBYTES. | Todd C. Miller | |
From NetBSD | |||
2000-01-05 | unintended piece escaped | Michael Shalayeff | |