summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-20add fxp; ok drahn miodPeter Valchev
2002-10-20Intel 21145Henning Brauer
2002-10-20Intel 21145 supportHenning Brauer
2002-10-20add support for intel 21145Henning Brauer
This chip is some strange abnormal 21143 variant. It really only works with 10 MBit/s halfduplex only and autonegotiation is totally broken in hardware. Should also have a HomePNA phy, but we don't support that. for now requires and explicit "media 10BaseT". if anybody has such a chip please mail me. nick@ is the only one who has the hardware and did an incredible amount of testing. Thanks for all the help, Nick! some hints and ok jason@
2002-10-20fxp now works on bigendian, add it to macppc.Dale Rahn
2002-10-20Move pf_compare_(rules|nats|binats|rdrs) to pf_ioctl.c. Simplifies andRyan Thomas McBride
reduces cross-file dependancies. ok dhartmei@ ish@ henning@
2002-10-19Add manpage for asc scsi driver. From NetBSD.Hugh Graham
2002-10-19Kill register.Hugh Graham
Add intvec counting. Adapt to openbsd WOPEN handling. All untested but does compile...
2002-10-18this is a precision architecture -- be more precise about fault types and in ↵Michael Shalayeff
sigsegv deliveries; vm_ssize is in pages, apparently
2002-10-18Pull in some changes from NetBSDTodd C. Miller
o When extracting GNU tar archives, honor @LongLink long links/files o Add an option to prevent pax from prompting for the next volume upon premature end of archive.
2002-10-18<deraadt> screw this operating system shit, i just want to drive!Henning Brauer
2002-10-18Remove some very pointless 'if 0' code, some of which prevented compilationDale Rahn
with gcc3.2, and add a ';' for a case statement as it requests.
2002-10-18Account for the aligned m_data when checking boundaries; from NetBSD.Federico G. Schwindt
mickey and millert ok.
2002-10-18Do not define astpending twice, once non-volatile and one volatile.Dale Rahn
2002-10-18media support; slightly modified from FreeBSD.Federico G. Schwindt
mickey and millert ok.
2002-10-18correct prefixlen handling (-prefixlen 32 will make it a host route)Jun-ichiro itojun Hagino
2002-10-17Overhaul of boot_`arch`(8) manual pages (unfinished).Miod Vallat
Attempt to factorize some texts, remove old or false stuff, try to be more {help,use}ful, etc. boot_alpha and boot_hp300 rewritten on the occasion, and boot_hppa is new.
2002-10-17ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement ↵Artur Grabowski
after it. Fix.
2002-10-17 - name in uvm_tree_sanity must be const.Artur Grabowski
- fix a typo in comment. - enable uvm_tree_sanity ifdef DEBUG
2002-10-17When augmenting the nodes in RB_ROTATE_{RIGHT,LEFT} make sure that theArtur Grabowski
children nodes have reached their final state before augmenting the parent. This fixes an obscure inconsistency of the space in the vm_map tree that gcc 3.2 triggers when compiling isp.o on alpha. (this only led to some leaked space). frantzen@ provos@ ok.
2002-10-17Make prefixlen check to make sure its argument is present before deref; ↵Jason Wright
millert ok.
2002-10-17use shadows on fpu cxsw (and fix arg0 trashing), do not restore shadowed ↵Michael Shalayeff
regs before rfir
2002-10-17renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ↵Michael Shalayeff
EOL set to post 3.3
2002-10-17missing defines for syscalls and a better formatting in usageMichael Shalayeff
2002-10-17define CDIOREADTOCENTRYS CDIOREADTOCENTRIES, not as a duplicate _IOWR(); ↵Michael Shalayeff
deraadt@ ok
2002-10-17knfTheo de Raadt
2002-10-17sync with gcc version, fixes bug in sftp where it had a 64 bit parameterDale Rahn
which straddled the last register first stack parameter.
2002-10-17Add support for printing the AUDIO_* ioctls, too.Jason Wright
2002-10-17Bigendian support for fxp, work from pefo with cleanups, ok art@ and others.Dale Rahn
2002-10-17sync usage().Brad Smith
-- Ok'd by: deraadt@
2002-10-17These checks are also made in nat_consistent() and rdr_consistent().Ryan Thomas McBride
ok dhartmei@ henning@
2002-10-17- accept all protocols that are specified by number if they are inCamiel Dobbelaar
the valid range (also when they're not listed in /etc/protocols) - explicitly disallow protocol number 0, because it has special meaning to pf ok dhartmei@ henning@
2002-10-17Style nits and missing free(), from david@phobia.msDaniel Hartmeier
2002-10-17little cleanup (intercept_getpid dies within the function on error).Jun-ichiro itojun Hagino
from provos
2002-10-17syncTheo de Raadt
2002-10-17Correct io space config after last patch. allows fxp to workDale Rahn
(with pending fxp BE diffs)
2002-10-17convert to use vm_page_md instead of pmap_physseg, make code smaller and ↵Michael Shalayeff
simpler, indeed; after art's suggestion and by looking into his diffs oneyed
2002-10-17do not differentiate manually configured address from autoconfigured onesJun-ichiro itojun Hagino
wrt prefix management; - always earn a reference to the prefix when an address is configured (by ioctl). - always delete the prefix when an address that has the last referene is manually removed. The change should solve the problem raised in KAME-snap 6989. sync w/kame
2002-10-16minor formatting.Artur Grabowski
2002-10-16- don't use the function enclosure macros.Wilbern Cobb
- replace `POSIX 1003.2' instances with St -p1003.2. ok mpech@, millert@
2002-10-16repeatititionMichael Shalayeff
2002-10-16add both the v100 and v120Jason Wright
2002-10-16Replace "if (value != NULL && value == as->FOO)" with justTodd C. Miller
"if (value == as->FOO)" -- NULL needs no special handling. Pointed out by Paul Borman.
2002-10-16sprinkle const; mostly from NetBSDTodd C. Miller
2002-10-16Slight KNF and return -1 on no match, not EOFTodd C. Miller
2002-10-16Xr ccd for kicksTheo de Raadt
2002-10-16Fix comment typos; most from NetBSD and FreeBSDTodd C. Miller
2002-10-16kill registerTodd C. Miller
2002-10-16smoke; ok mickey@Markus Friedl
2002-10-16Implement isfdtype(3) as per the POSIX.1g draft; requested by David HillTodd C. Miller