summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/i386/i386/machdep.c revision 1.425.kato2000-12-162-8/+30
* Merged from files.i386 revision 1.340.kato2000-12-161-0/+1
* Merged from Makefile.i386 revision 1.215.kato2000-12-161-1/+1
* Merged from sys/boot/i386/loader/Makefile revision 1.49.kato2000-12-161-1/+1
* Run rc.pccard from netstart so it works for us laptop users as well.des2000-12-161-0/+5
* Fix a bug introduced in rev. 1.17: initialize variables before use, not after.des2000-12-161-1/+1
* Restore the rss (-u) keyword that got deleted in my somewhat over-zealousmckusick2000-12-161-0/+1
* Enable building of lnc module.paul2000-12-161-1/+1
* Add lnc module.paul2000-12-161-0/+11
* Fixup some problems with the merged code of the previous commit.paul2000-12-163-5/+4
* Newbusify.paul2000-12-166-544/+627
* Back out these two changes inadvertantly made with the last commit.jkh2000-12-162-9/+0
* Apply some contributed patches to reduce number of tx buffer allocationwpaul2000-12-154-6/+312
* Fix ypo in essage about isabling EISA nterrupt ectormjacob2000-12-151-1/+1
* SNAPDATE is an obsolete mechanism which has also been pretty muchjkh2000-12-153-4/+9
* Change the following:bmilekic2000-12-155-11/+43
* Delay waking up processes select'ing on the log device directly fromjhb2000-12-151-0/+29
* Make sure to check if MGET(HDR) returned NULL, even when called with M_WAIT.bmilekic2000-12-151-2/+26
* Catch up to the changes to the kthread API.jhb2000-12-152-31/+46
* Whups: only build the if_el module on the x86 platform for now, untilwpaul2000-12-151-2/+2
* Our OS name is "freebsd", not "freebsdelf".obrien2000-12-151-1/+3
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.wpaul2000-12-154-121/+255
* Stick the kthread API in a kthread_* namespace, and the specialized kprocjhb2000-12-156-18/+17
* Only build the a.out `as' and `ld' if "WANT_AOUT" is defined.obrien2000-12-151-0/+2
* Lock access to proc members.jhb2000-12-154-18/+51
* Add the musycc driver to NOTES.phk2000-12-152-0/+2
* Don't clone impossible unit numbers for disks.phk2000-12-151-0/+2
* Prepare for mdoc(7)NG.ru2000-12-1511-59/+71
* Enforce disk unit numbers upper limit in cloning.phk2000-12-151-0/+2
* Make a #define for the highest legal disk unit (0x1ff)phk2000-12-153-0/+9
* Don't do raw device 'r' mangling.phk2000-12-151-24/+4
* Fixed the ``no space after a .Fl'' problem.ru2000-12-151-1/+1
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-159-0/+47
* Fix lseek args order (PR 23549)ache2000-12-151-12/+15
* Fix with debugging option.takawata2000-12-151-2/+2
* Add a missing dot.ru2000-12-152-2/+2
* Correct the documented default behaviour of mschap, mschap81 and MPPE.brian2000-12-152-6/+6
* When p_ucred is passed to the venus daemon, first grab the proc lock tojhb2000-12-152-4/+28
* Locking change: lock p_cred with the proc mutex (c) instead of assumingjhb2000-12-151-1/+1
* Whitespace cleanups, and a few comment changes to get everything to fitjhb2000-12-151-40/+40
* Add in MI implementations of the KTR trace buffer ddb commands. Thejhb2000-12-151-0/+97
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasjhb2000-12-144-378/+0
* Adapt to new struct kinfo_proc and unbreak world.alfred2000-12-141-0/+9
* Generalize quirk for Sony Memory Sticks. Any device that starts withimp2000-12-141-1/+5
* This commit was generated by cvs2svn to compensate for changes in r70029,obrien2000-12-148-9/+43
|\
| * Import of a GCC 2.96 snapshot taken from the trunk of the FSF GCC anoncvsobrien2000-12-148-9/+43
* | Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list.phantom2000-12-141-4/+5
* | Add missing coma in SEE ALSO sectionphantom2000-12-142-3/+3
* | Add better IP, netmask and gateway checks.eivind2000-12-142-28/+184
* | mdoc(7) police: added missing .Os call.ru2000-12-1428-10/+29
OpenPOWER on IntegriCloud