summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | This commit was generated by cvs2svn to compensate for changes in r88237,peter2001-12-201-0/+2
|\ \ \
| * | | Fix the 'nm' -> segfault bug (on the vendor branch). This has been fixedpeter2001-12-201-0/+2
* | | | Mention that the Xircom and Conexant chips are supported inwpaul2001-12-201-0/+4
* | | | Pseudofs was leaking VFS cache entries badly due to its cache and use ofdillon2001-12-192-4/+22
* | | | Clarify dirprefs release note.bmah2001-12-192-4/+14
* | | | Add missing {} to 'for'. It fix coredump (result of NetBSD changes merge)ache2001-12-191-1/+2
* | | | Add (unsigned char) cast to ctype macrosache2001-12-199-34/+34
* | | | Fixphk2001-12-191-1/+3
* | | | Comment out DEVICE_POLLING so that LINT compiles again.phk2001-12-192-2/+4
* | | | Make this driver a better citizen by moving dev creation andimp2001-12-191-46/+45
* | | | Calculate whether the sbuf is dynamic *before* bzero()ing thedillon2001-12-191-1/+4
* | | | Correct unexpected interrupt detection.orion2001-12-191-1/+1
* | | | Fix the "conexant chips don't work in full duplexmode" problem. Accordingwpaul2001-12-192-8/+16
* | | | Fix compiler warning in dc_intr(): if the only code that does a "goto"wpaul2001-12-192-0/+6
* | | | Nitlets.orion2001-12-191-9/+8
* | | | Clear resume interrupts - these can occur during initialization andorion2001-12-191-22/+38
* | | | Don't assume that /var/run and /var/spool/lock are on the samebrian2001-12-191-10/+13
* | | | It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAYbrian2001-12-191-10/+0
* | | | Only call rt_getifa() if we've either been passed a gateway orbrian2001-12-191-2/+8
* | | | When storing an int value in a void *, use intptr_t as the cast typejlemon2001-12-191-2/+2
* | | | Don't try to free a NULL route when doing IPFIREWALL_FORWARD.yar2001-12-191-1/+2
* | | | Add another PS2 PNP id.sheldonh2001-12-192-0/+2
* | | | Allow retrieval of the virtual address of the AGP aperturemdodd2001-12-194-0/+4
* | | | Don't put variable declarations in header files, put prototypes.mdodd2001-12-192-2/+6
* | | | Make ``df -l'' work when no network filesystems are loaded.ru2001-12-191-2/+4
* | | | Extend the SYN DoS defense by adding syncookies to the syncache.jlemon2001-12-191-14/+193
* | | | xinstall is part of the upgrade path for 4.4-RELEASE as well.imp2001-12-191-0/+2
* | | | Forced commit: Previous commit message should have read:bmah2001-12-190-0/+0
* | | | MFC: ftpd(8) -o/-O.bmah2001-12-192-2/+6
* | | | New release note: i386 performance enhancements for dc(4) and sis(4).bmah2001-12-192-0/+10
* | | | Display the right message for the SiS 645 chipset.jhb2001-12-191-0/+1
* | | | Do not initialize static/global variables to 0. Use bss instead ofpeter2001-12-191-7/+7
* | | | Use a different mechanism to get the vnlru process to wake up and noticepeter2001-12-192-4/+15
* | | | Fix comment for the SiS 645 chipset to be 645 instead of 635.jhb2001-12-191-1/+1
* | | | Document that rfork() will return EINVAL if flags not listed in thejhb2001-12-191-0/+2
* | | | Make RFPPWAIT a kernel-only flag. Programs desiring this feature shouldjhb2001-12-191-1/+1
* | | | Complete the device polling support by adding a thread in chargeluigi2001-12-191-0/+55
* | | | Return EINVAL if kernel only flags are passed to the rfork syscall ratherjhb2001-12-191-2/+4
* | | | Fix typo in usage (power same -> power save).pb2001-12-181-1/+1
* | | | Axe stale extern for a non-existent variable.jhb2001-12-182-2/+0
* | | | Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itjoerg2001-12-182-4/+16
* | | | Sync with most of NetBSD's changes, including:mikeh2001-12-1818-157/+439
* | | | This is a forward port of Peter's vlrureclaim() fix, with some minor modsdillon2001-12-183-11/+78
* | | | set TMPDIR to /tmpgreen2001-12-181-0/+1
* | | | Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't usejhb2001-12-181-2/+0
* | | | In a couple of places, we recalculated addresses we already had in localjulian2001-12-182-6/+6
* | | | Don't use RFTHREAD when creating a kernel process.jhb2001-12-181-1/+1
* | | | Add LIBSMB.ru2001-12-181-0/+1
* | | | Whitespace police.ru2001-12-181-3/+3
* | | | Change the atomic_set_char to atomic_set_int and atomic_clear_charmckusick2001-12-183-13/+17
OpenPOWER on IntegriCloud