summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-11regenMichael Shalayeff
2000-02-112 more c-media audio devicesMichael Shalayeff
2000-02-11Use .An and Aq constructsJason Wright
2000-02-11syncJason Wright
2000-02-11Intel 82452Jason Wright
2000-02-11Fix from jonathon.fletcher@pobox.comChris Cappuccio
Check $new_domain_name_servers not $nameserver
2000-02-10mark interrupt framesMichael Shalayeff
2000-02-10clkf_intr() implementation, better clkf_usermode()Michael Shalayeff
2000-02-10ack all ints along w/ masking 'em outi; on very early sys initMichael Shalayeff
2000-02-10moreDavid Leonard
2000-02-10its a stack, not a queueDavid Leonard
2000-02-10protect arguments to NdDavid Leonard
2000-02-10document existence of pthread_setcancelstate and pthread_setcanceltypeDavid Leonard
2000-02-10oopsDavid Leonard
2000-02-10add DUMP_INFO helper macroDavid Leonard
2000-02-10ident. fix comment.David Leonard
2000-02-10make mkdep -p work with newer gcc. okayed a very long time ago by fries@ (do ↵David Leonard
you remember, todd?) actually uses todd's relaxed regex
2000-02-10mention where to find the BT848 data sheet nowadays. handy for those serious ↵David Leonard
about understanding the driver.
2000-02-10stdcDavid Leonard
2000-02-10add PPPoE Discovery- and Session-Stage ETHERTYPEsJason Wright
2000-02-09bring in the latest document to sync with reality.Jun-ichiro itojun Hagino
2000-02-09revise extended scoped address format support. delimiter and the orderJun-ichiro itojun Hagino
is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again).
2000-02-09I need to get rid of local stuff of my tree. Here is an oldNiklas Hallqvist
patch to deal with machines with many interfaces, myself, I have 256 loopbacks on my laptop.
2000-02-09add rshd/rlogind for tcp6 cases.Jun-ichiro itojun Hagino
2000-02-09add forward declaration of `struct stat' (needed by fhstatassar
prototype). From "Todd C. Miller" <Todd.Miller@courtesan.com>
2000-02-09improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should notJun-ichiro itojun Hagino
be included. neitnet6/{ip6,icmp6}.h includes #error statements only - i'll remove them couple of days later.
2000-02-09properly refcnt ifaddrs.Jun-ichiro itojun Hagino
2000-02-09_parse_ both c- and sh-style commentsMichael Shalayeff
2000-02-09oh, show me the way to the next little g^hendian {,e}isa card; 3com's happyMichael Shalayeff
2000-02-09don't include netinet6/ip6.hJun-ichiro itojun Hagino
2000-02-09raw bus transfers are unaligned, also some spellsMichael Shalayeff
2000-02-09thinking it seems reduces heartbeat, boyMichael Shalayeff
2000-02-09yes, better netled namesMichael Shalayeff
2000-02-09heartbeat -- yeah we have a patch for thatMichael Shalayeff
2000-02-09don't need netinet6/in6.hJun-ichiro itojun Hagino
2000-02-09Merge conflicts, and a few details:Marc Espie
- Makefile.bsd-wrapper: man pages, disable NLS for now. - doc/Makefile.in: install man pages manually, remove buggy targets that would break `make clean'. - makeinfo/Makefile.in: shell failure ??? rework problematic line. - util/texindex.c: let maketempname create the file, remove race condition.
2000-02-09TexInfo 4.0. New manpages, can create html.Marc Espie
A bit more grumpy about bad texinfo, though.
2000-02-08Add DIRMODEMarc Espie
Suggested by Matthew Patton.
2000-02-08evil typo; from Rusty Hunt <alaric@exoinc.com>Michael Shalayeff
2000-02-08prevent a panic when suspending on an idle systemNiklas Hallqvist
2000-02-08in6.h is not necessary (in.h will bring it in)Jun-ichiro itojun Hagino
2000-02-08don't include netinet6/{icmp6,ip6}.h for rfc2292 conformance.Jun-ichiro itojun Hagino
2000-02-08be consistent with other makefiles: use CFLAGS+= instead of COPTS+=Jason Wright
2000-02-08Remove name field from ncr_chip_table since it doesn't have the chip nameTodd C. Miller
anymore. Instead, we print the scsi version supported based on the features flags.
2000-02-08syncTheo de Raadt
2000-02-08sun pci hmeTheo de Raadt
2000-02-08make clear what is 802.11FH vs 802.11DSTheo de Raadt
2000-02-08Split low ISA memory (<16MB) into its own freelist, which is used last byNiklas Hallqvist
the VM subsystem. This makes isadmaattach panics go away on large memory systems. Also use atop instead of btoc for consistency when dealing with the initial chunks of physical memory to give to UVM.
2000-02-07remove verbosity in dmesg; openbsd commit #10,000 for meTheo de Raadt
2000-02-07fix include file path.Jun-ichiro itojun Hagino