summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-11-14the the; rohee@Miod Vallat
2003-11-14Bring in *disksubr.c for proper compilation.Miod Vallat
2003-11-14Don't include KAME link-local interface ID in HMAC.Ryan Thomas McBride
from itojun@
2003-11-14correct detects Transmeta cpu.Kevin Lo
ok mickey@
2003-11-14Breath life back into AmigaDOS filesystem once again. It is used on pegasos.Dale Rahn
2003-11-13One byte can't hold a value > 255.Alexander Yurchenko
Spotted by Mr. GCC3.
2003-11-13Add support for RDB partitioned disks. Not bootable yet.Dale Rahn
This also reorganizes the code into <fs>disksubr.c done to prevent copyright pollution and possibly allow for additional reuseable code.
2003-11-13common cleaning.Dale Rahn
2003-11-13Couple of typos in poll changes. ok millert@Dale Rahn
2003-11-13More leftovers after uvm_useracc() removal; from NetBSD.Miod Vallat
2003-11-12Be sure to cast the wsdisplay accessops cookie into the adequate structure;Miod Vallat
prevents wsconscfg from panic'ing the system. Reported by ``kluxis''.
2003-11-11Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org)Miod Vallat
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
Makes the code slightly more readble, removes casts, and makes some specific constants defined for the bitfields disappear in pmap.c... No functional change.
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
not remain set on the text packet sent, seems to improve wi@usb on large transfers.
2003-11-09remove stale forward declarationDaniel Hartmeier
2003-11-09No need to pass an unused struct carp_softc * into carp_input_c() fromRyan Thomas McBride
carp_input() and carp6_input().
2003-11-09Typos; Jonathan GrayMiod Vallat
2003-11-08Inline invalidate_pte().Miod Vallat
2003-11-08Return proper anchor rule number in correct byte order.Daniel Hartmeier
From Pyun YongHyeon. ok henning@, canacar@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Save the current floatingpoint state in the pcb.Miod Vallat
2003-11-08Remove file commited by accidentMiod Vallat
2003-11-08Avoid a race condition while swapping in a process.Thomas Nordin
Tested by mickey@, henning@, ericj@, and beck@. ok mickey@
2003-11-08Remove compacting garbage collector. Fixes PR #3528.Thomas Nordin
Tested by henning@ and frisco@blackant.ne. ok mickey@, niklas@, and weingart@
2003-11-08Add 'no-sync' state option to prevent state transition messages for statesRyan Thomas McBride
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
Pointed out by Marco Pfatschbacher, ok mickey@
2003-11-07fix behavior when ipv6mr_interface is 0. reported on netbsd listJun-ichiro itojun Hagino
2003-11-07Clean up carp_iamatch() behaviour so we don't reply to arp requests whenRyan Thomas McBride
the interface is ifconfig'd down. Patch from Marco Pfatschbacher
2003-11-07Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>.Alexander Yurchenko
2003-11-07Add missing #ifdef INET6.Ryan Thomas McBride
Courtesy of markus@
2003-11-07updated URL and a typo from Jared Yanovich;Jason McIntyre
2003-11-07more updated URLs from Jared Yanovich;Jason McIntyre
2003-11-07the the; from rohee@Michael Shalayeff
2003-11-07update the ref to fips; from jared yanovichMichael Shalayeff
2003-11-07fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu>Michael Shalayeff
2003-11-07updated URLs from Jared Yanovich;Jason McIntyre
however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link.
2003-11-07"the the" -> "the"; rohee@Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@
2003-11-06Do not use a reserved PTE bit as the wired bit, this can bite you.Miod Vallat
From NetBSD (PR #11121)
2003-11-06move netisr definition into md code to allow arch provide suitable allocation;Dale Rahn
tested on most archs, mickey missed pegasos.
2003-11-06move netisr definition into md code to allow arch provide suitable ↵Michael Shalayeff
allocation; tested on most archs
2003-11-06the previous change caused invalid checksums in some cases (rdr),Daniel Hartmeier
back it out temporarily, ok cedric@
2003-11-06regenMichael Shalayeff
2003-11-06i82852gm ids from jmc's dmesgMichael Shalayeff
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-11-05Back wdc reset change, now in more careful variant.Alexander Yurchenko
Tested on matthieu's U5.
2003-11-05another ad codecMichael Shalayeff
2003-11-05Cleanups.Ryan Thomas McBride
- Remove error variable which is not needed. - Add missing /* INET6 */ comments.
2003-11-04don't call in_pcbrehash twice; ok itojun@Markus Friedl
2003-11-04a hook to use an lkm for unicode names decoding; from freebsdMichael Shalayeff