summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-31171-921/+773
* - Take advantage of the swap pager locking: Eliminate the use of Giantalc2003-10-311-9/+0
* correct stat to increment.ume2003-10-311-1/+1
* A grab bag of new (but overdue) release note items: dcons(4) andbmah2003-10-312-6/+68
* do not insert a dest option header (even specified by a user) thatume2003-10-311-1/+13
* Add support for the Broadcom BCM5788 (just another entry to the PCIwpaul2003-10-312-0/+3
* (icmp6_rip6_input) if the received data is small enough but in anume2003-10-311-2/+46
* rename MLD6_* to MLD_*.ume2003-10-312-17/+18
* use arc4random.ume2003-10-314-9/+6
* initialize in6_tmpaddrtimer_ch.ume2003-10-311-0/+1
* nuku unused functions in6_nigroup_attach() andume2003-10-312-61/+0
* MFi386: revision 1.579.nyan2003-10-312-28/+20
* - Finish externing of r_idt in the f00f hack code.jhb2003-10-311-14/+10
* MFi386: revision 1.198.nyan2003-10-311-8/+8
* Merged from sys/isa/syscons_isa.c revision 1.24.nyan2003-10-312-0/+8
* MFi386: revision 1.578.nyan2003-10-312-16/+2
* Make mtree's update function update the modification time too.phk2003-10-313-3/+53
* Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanharti2003-10-311-1/+5
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-314-75/+25
* Attached is a small patch to ministat that separates thephk2003-10-314-38/+96
* Remove the code for parsing octal modes, since setmode(3) alreadytobez2003-10-311-22/+5
* Combining "all" and "install" in one invocation is a very bad idea asru2003-10-311-1/+2
* Add a new sysctl MIB to control exclusive login.simokawa2003-10-311-1/+6
* - Add static to local functions and data where it was missing.jeff2003-10-311-78/+222
* - Add 4 kse flags for use in the schedulers.jeff2003-10-311-0/+4
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundtjr2003-10-311-36/+8
* Add OpenBSD 3.4wosch2003-10-311-4/+8
* Fix two bugs introduced with the rstack functionality and specific tomarcel2003-10-311-1/+2
* Tweak the calculation of minbfree in ffs_dirpref() so that onlytruckman2003-10-311-7/+7
* Rename logf --> chat_logf to avoid naming conflictskientzle2003-10-312-30/+29
* While not illegal, attempt to pacify gcc -Wundef. It just so happenspeter2003-10-311-3/+3
* - Synchronize access to the swdevt's sw_flags with sw_dev_mtx.alc2003-10-311-2/+3
* Reject too large OHCI version number.simokawa2003-10-311-4/+5
* Add a compatibility macro for FreeBSD-4.simokawa2003-10-311-0/+1
* fixe remote panic on short packetsuz2003-10-311-0/+5
* Make TUNDEBUG use if_printf instead of printf.brooks2003-10-311-24/+17
* Replace a couple printfs with if_printfs.brooks2003-10-311-4/+3
* Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] tobrooks2003-10-311-3/+4
* Remove unused lp_unit member from softc.brooks2003-10-301-3/+0
* Remove unused FXP_UNIT() macro.brooks2003-10-301-2/+0
* ifp->if_name can't be null when we just assigned a static string to it.brooks2003-10-301-5/+0
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-308-74/+134
* style: strcmp() does not return a bool.brooks2003-10-301-1/+1
* Use -D to rename the log() function (extensively used) rather thanpeter2003-10-301-1/+1
* Rename the 'log' variable rather than -fno-builtin-logpeter2003-10-302-8/+7
* Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'peter2003-10-302-5/+4
* use a local variable to avoid holding a lock across a call out of viewsam2003-10-301-4/+6
* Replace -fno-builtin-logf with a -D argument to change the function name.peter2003-10-301-1/+1
* Change the pmap_invalidate_xxx() functions so they test againstpeter2003-10-301-3/+3
* Fixup the sorting of some of the options. DISABLE_P* are still out ofjhb2003-10-301-8/+8
OpenPOWER on IntegriCloud