summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-11note support of wbJason Wright
1999-03-11Man page for Winbond ethernetJason Wright
1999-03-11indentMichael Shalayeff
1999-03-11factor sync+wait operation out into a separate function.Michael Shalayeff
1999-03-11Winbond W89C840F ethernet driverJason Wright
1999-03-11tell the user exactly what to do when *.src is 0 lengthTodd C. Miller
1999-03-11Tone 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-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10pass 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-10FreeBSD vs. OpenBSD-isms (Fx, configuration, etc)Jason Wright
1999-03-10syncTheo de Raadt
1999-03-10bocalan also shows up on PNP8201Theo de Raadt
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-10fix freebsd id'sJason Wright
Merge with FreeBSD: longer delay when accessing mii, type fixups
1999-03-10cy601/605 statusJason Wright
1999-03-10add some commented fieldsTheo de Raadt
1999-03-10extra includes for WallDavid Leonard
1999-03-10nicer debugging; _GNUC_ -> __GNUC__David Leonard
1999-03-10Fix .Os so that correct OS version appearsDavid Leonard
1999-03-10identDavid Leonard
1999-03-10missing const (freebsd)David Leonard
1999-03-10no 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-10tidyDavid Leonard
1999-03-10correct asm constraints, espie@; cite m680x0 user manualDavid Leonard
1999-03-10correct asm constraints, espie@David Leonard
1999-03-10define and use a SET_NAME macro so that these tests work under other thread ↵David Leonard
implementations
1999-03-10Goodbye, MIT pthreads... you were a handy reference implementationDavid Leonard
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1999-03-10comma splicePaul Janzen
1999-03-10spellingPaul Janzen
1999-03-10spellingPaul Janzen
1999-03-09Remove all PacketAlias diagnostics to stdout/stderr withbrian
#ifdef DEBUG. Statify functions in alias_nbt.c
1999-03-09Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returnsPaul Janzen
-1 for calendar times that cannot be represented.
1999-03-09POSIX 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-09If /etc/ppp/ppp.conf doesn't exist, mention that thebrian
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-09add more 'cc' usage, actually overestimating gcc's smartness; also fix ↵Michael Shalayeff
currently unused bus macros. kids tested mother approved
1999-03-09Demangled the INET6 stuff so as not to require any extra options and not tocmetz
be mutually exclusive with the IPSEC option.
1999-03-09Add support for disabling the processor serial number on the P3.Jason Downs
1999-03-09syncTheo de Raadt
1999-03-09luxsonarTheo de Raadt
1999-03-09syncTheo de Raadt
1999-03-09add 1 cardTheo de Raadt
1999-03-09syncTheo de Raadt
1999-03-09workaround deadlocks in the unmount/kill mount_mfs race.Artur Grabowski
XXX - This is wrong. I have to rethink this/rewrite mfs.
1999-03-09reference docsJason Wright
1999-03-09Some 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-08Add support for CPUID level 2. This is used to determine the L2 cache sizeJason 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-08reference docsJason Wright
1999-03-08Don't destroy the old server socket another ``set server''brian
call fails.
1999-03-08put more example images on default home page.Bob Beck