summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-16pf_test() and pf_test6() consistency:Ryan Thomas McBride
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-16compile without INET6Markus Friedl
2003-11-15set boottime's time to boottime, handy for find. requested by markus.Ted Unangst
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
2003-11-15diff from andreas@:Henning Brauer
2003-11-14Enable pci address fixup, include a workaround for the fact thatDale Rahn
2003-11-14Allow bootloader to parse RDB labeled disks, it is now possible toDale Rahn
2003-11-14More obsolete code/define removal.Dale Rahn
2003-11-14Remove very old, defunct defines.Dale Rahn
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
2003-11-14correct detects Transmeta cpu.Kevin Lo
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
2003-11-13Add support for RDB partitioned disks. Not bootable yet.Dale Rahn
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
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
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
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
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
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
2003-11-08Remove compacting garbage collector. Fixes PR #3528.Thomas Nordin
2003-11-08Add 'no-sync' state option to prevent state transition messages for statesRyan Thomas McBride
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
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
2003-11-07Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>.Alexander Yurchenko
2003-11-07Add missing #ifdef INET6.Ryan Thomas McBride
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
2003-11-07"the the" -> "the"; rohee@Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-06Do not use a reserved PTE bit as the wired bit, this can bite you.Miod Vallat