summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Whitespace fix.jhb2001-12-181-1/+1
* | | The smbutils import really only applies to the i386...fix thisbmah2001-12-182-8/+10
* | | Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"ru2001-12-182-2/+6
* | | Add tbl and tbsp as contractions of tablespoon, and tsp for teaspoon.joe2001-12-181-0/+3
* | | mdoc(7) police: markup, spelling, and grammar fixes.ru2001-12-181-58/+56
* | | - Change all callers of addupc_task() to check PS_PROFIL explicitly andjhb2001-12-182-9/+13
* | | Various assembly fixes mostly in the form of using the "+" modifier forjhb2001-12-184-43/+43
* | | Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterjhb2001-12-182-46/+46
* | | Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)peter2001-12-181-0/+4
* | | Fix warning; line 1640: ciss_abort_request defined but not used.peter2001-12-181-0/+4
* | | - Add a function to convert 6 byte SCSI commands for read, write, modejhb2001-12-181-35/+89
* | | This commit was generated by cvs2svn to compensate for changes in r88109,obrien2001-12-1855-570/+1142
|\ \ \
| * | | Virgin import of GCC 3.0.2's libf2cobrien2001-12-1855-570/+1142
* | | | Add calibration test to determine extent of AC97 overclocking (if any).orion2001-12-181-0/+50
* | | | With GCC 3, we *must* use the GCC stdarg.h. We can no longer just makeobrien2001-12-181-0/+6
* | | | Fix the retrieval of USRSTACK via sysctl so that it works for 64-bitdeischen2001-12-183-6/+6
* | | | Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-189-219/+197
* | | | Const'ify the CDB format string passed to the CDB parsing routineskbyanc2001-12-183-43/+62
* | | | Modify the critical section API as follows:jhb2001-12-1861-502/+376
* | | | New release note: Network device polling.bmah2001-12-172-2/+38
OpenPOWER on IntegriCloud