Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-11 | note support of wb | Jason Wright | |
1999-03-11 | Man page for Winbond ethernet | Jason Wright | |
1999-03-11 | indent | Michael Shalayeff | |
1999-03-11 | factor sync+wait operation out into a separate function. | Michael Shalayeff | |
1999-03-11 | Winbond W89C840F ethernet driver | Jason Wright | |
1999-03-11 | tell the user exactly what to do when *.src is 0 length | Todd C. Miller | |
1999-03-11 | Tone down the log levels (Log{ERROR,WARN} -> LogCCP) | brian | |
when we've simply missed a packet. When our Predictor1 CRC is wrong (implying we've dropped a packet), don't send a ResetReq(). Instead, send another CCP ConfigReq(). *shrug* My tests show this as being far worse than the ResetReq as we may have further Nak/Rejs etc and we're basically resetting both our incoming and outgoing compression dictionaries, but rfc1978 says the ConfigReq is correct, so we'd better go along... | |||
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | pass COPTS in CFLAGS for those ports that do not override CFLAGS; | Marco S Hyman | |
NOTE: Some (most?) ports override CFLAGS. This includes all ports that use imake. Therefore this change is not as useful as it should be. | |||
1999-03-10 | FreeBSD vs. OpenBSD-isms (Fx, configuration, etc) | Jason Wright | |
1999-03-10 | sync | Theo de Raadt | |
1999-03-10 | bocalan also shows up on PNP8201 | Theo de Raadt | |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen | |
1999-03-10 | fix freebsd id's | Jason Wright | |
Merge with FreeBSD: longer delay when accessing mii, type fixups | |||
1999-03-10 | cy601/605 status | Jason Wright | |
1999-03-10 | add some commented fields | Theo de Raadt | |
1999-03-10 | extra includes for Wall | David Leonard | |
1999-03-10 | nicer debugging; _GNUC_ -> __GNUC__ | David Leonard | |
1999-03-10 | Fix .Os so that correct OS version appears | David Leonard | |
1999-03-10 | ident | David Leonard | |
1999-03-10 | missing const (freebsd) | David Leonard | |
1999-03-10 | no need to save signal state in setjmp/longjmp - it will always be the same, ↵ | David Leonard | |
so we may as well save a few syscalls | |||
1999-03-10 | tidy | David Leonard | |
1999-03-10 | correct asm constraints, espie@; cite m680x0 user manual | David Leonard | |
1999-03-10 | correct asm constraints, espie@ | David Leonard | |
1999-03-10 | define and use a SET_NAME macro so that these tests work under other thread ↵ | David Leonard | |
implementations | |||
1999-03-10 | Goodbye, MIT pthreads... you were a handy reference implementation | David Leonard | |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen | |
1999-03-10 | comma splice | Paul Janzen | |
1999-03-10 | spelling | Paul Janzen | |
1999-03-10 | spelling | Paul Janzen | |
1999-03-09 | Remove all PacketAlias diagnostics to stdout/stderr with | brian | |
#ifdef DEBUG. Statify functions in alias_nbt.c | |||
1999-03-09 | Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returns | Paul Janzen | |
-1 for calendar times that cannot be represented. | |||
1999-03-09 | POSIX says: | Artur Grabowski | |
If O_TRUNC is set and the file did previously exist, upon successful completion the open() function shall mark for update the st_ctime and st_mtime fields of the file. | |||
1999-03-09 | If /etc/ppp/ppp.conf doesn't exist, mention that the | brian | |
configuration file can't be found rather than saying that the label can't be found. Pointed out by: Greg Black <gjb@comkey.com.au> | |||
1999-03-09 | add more 'cc' usage, actually overestimating gcc's smartness; also fix ↵ | Michael Shalayeff | |
currently unused bus macros. kids tested mother approved | |||
1999-03-09 | Demangled the INET6 stuff so as not to require any extra options and not to | cmetz | |
be mutually exclusive with the IPSEC option. | |||
1999-03-09 | Add support for disabling the processor serial number on the P3. | Jason Downs | |
1999-03-09 | sync | Theo de Raadt | |
1999-03-09 | luxsonar | Theo de Raadt | |
1999-03-09 | sync | Theo de Raadt | |
1999-03-09 | add 1 card | Theo de Raadt | |
1999-03-09 | sync | Theo de Raadt | |
1999-03-09 | workaround deadlocks in the unmount/kill mount_mfs race. | Artur Grabowski | |
XXX - This is wrong. I have to rethink this/rewrite mfs. | |||
1999-03-09 | reference docs | Jason Wright | |
1999-03-09 | Some style issues, make stuff neded before depend be built by beforedepend. | Niklas Hallqvist | |
Also make them prereq in the case of make includes | |||
1999-03-08 | Add support for CPUID level 2. This is used to determine the L2 cache size | Jason Downs | |
on Intel processors; print out the correct CPU name and cache size at boot. Also clean up the feature flags, including PPro errata. | |||
1999-03-08 | reference docs | Jason Wright | |
1999-03-08 | Don't destroy the old server socket another ``set server'' | brian | |
call fails. | |||
1999-03-08 | put more example images on default home page. | Bob Beck | |