Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-11 | regen | Michael Shalayeff | |
2000-02-11 | 2 more c-media audio devices | Michael Shalayeff | |
2000-02-11 | Use .An and Aq constructs | Jason Wright | |
2000-02-11 | sync | Jason Wright | |
2000-02-11 | Intel 82452 | Jason Wright | |
2000-02-11 | Fix from jonathon.fletcher@pobox.com | Chris Cappuccio | |
Check $new_domain_name_servers not $nameserver | |||
2000-02-10 | mark interrupt frames | Michael Shalayeff | |
2000-02-10 | clkf_intr() implementation, better clkf_usermode() | Michael Shalayeff | |
2000-02-10 | ack all ints along w/ masking 'em outi; on very early sys init | Michael Shalayeff | |
2000-02-10 | more | David Leonard | |
2000-02-10 | its a stack, not a queue | David Leonard | |
2000-02-10 | protect arguments to Nd | David Leonard | |
2000-02-10 | document existence of pthread_setcancelstate and pthread_setcanceltype | David Leonard | |
2000-02-10 | oops | David Leonard | |
2000-02-10 | add DUMP_INFO helper macro | David Leonard | |
2000-02-10 | ident. fix comment. | David Leonard | |
2000-02-10 | make 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-10 | mention where to find the BT848 data sheet nowadays. handy for those serious ↵ | David Leonard | |
about understanding the driver. | |||
2000-02-10 | stdc | David Leonard | |
2000-02-10 | add PPPoE Discovery- and Session-Stage ETHERTYPEs | Jason Wright | |
2000-02-09 | bring in the latest document to sync with reality. | Jun-ichiro itojun Hagino | |
2000-02-09 | revise extended scoped address format support. delimiter and the order | Jun-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-09 | I need to get rid of local stuff of my tree. Here is an old | Niklas Hallqvist | |
patch to deal with machines with many interfaces, myself, I have 256 loopbacks on my laptop. | |||
2000-02-09 | add rshd/rlogind for tcp6 cases. | Jun-ichiro itojun Hagino | |
2000-02-09 | add forward declaration of `struct stat' (needed by fhstat | assar | |
prototype). From "Todd C. Miller" <Todd.Miller@courtesan.com> | |||
2000-02-09 | improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should not | Jun-ichiro itojun Hagino | |
be included. neitnet6/{ip6,icmp6}.h includes #error statements only - i'll remove them couple of days later. | |||
2000-02-09 | properly refcnt ifaddrs. | Jun-ichiro itojun Hagino | |
2000-02-09 | _parse_ both c- and sh-style comments | Michael Shalayeff | |
2000-02-09 | oh, show me the way to the next little g^hendian {,e}isa card; 3com's happy | Michael Shalayeff | |
2000-02-09 | don't include netinet6/ip6.h | Jun-ichiro itojun Hagino | |
2000-02-09 | raw bus transfers are unaligned, also some spells | Michael Shalayeff | |
2000-02-09 | thinking it seems reduces heartbeat, boy | Michael Shalayeff | |
2000-02-09 | yes, better netled names | Michael Shalayeff | |
2000-02-09 | heartbeat -- yeah we have a patch for that | Michael Shalayeff | |
2000-02-09 | don't need netinet6/in6.h | Jun-ichiro itojun Hagino | |
2000-02-09 | Merge 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-09 | TexInfo 4.0. New manpages, can create html. | Marc Espie | |
A bit more grumpy about bad texinfo, though. | |||
2000-02-08 | Add DIRMODE | Marc Espie | |
Suggested by Matthew Patton. | |||
2000-02-08 | evil typo; from Rusty Hunt <alaric@exoinc.com> | Michael Shalayeff | |
2000-02-08 | prevent a panic when suspending on an idle system | Niklas Hallqvist | |
2000-02-08 | in6.h is not necessary (in.h will bring it in) | Jun-ichiro itojun Hagino | |
2000-02-08 | don't include netinet6/{icmp6,ip6}.h for rfc2292 conformance. | Jun-ichiro itojun Hagino | |
2000-02-08 | be consistent with other makefiles: use CFLAGS+= instead of COPTS+= | Jason Wright | |
2000-02-08 | Remove name field from ncr_chip_table since it doesn't have the chip name | Todd C. Miller | |
anymore. Instead, we print the scsi version supported based on the features flags. | |||
2000-02-08 | sync | Theo de Raadt | |
2000-02-08 | sun pci hme | Theo de Raadt | |
2000-02-08 | make clear what is 802.11FH vs 802.11DS | Theo de Raadt | |
2000-02-08 | Split low ISA memory (<16MB) into its own freelist, which is used last by | Niklas 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-07 | remove verbosity in dmesg; openbsd commit #10,000 for me | Theo de Raadt | |
2000-02-07 | fix include file path. | Jun-ichiro itojun Hagino | |