summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case.imp2002-02-261-6/+6
* If we're going to ifdef out the only reference to asr_drvinit, thenimp2002-02-261-1/+1
* Add an experimental tunable: machdep.conspeed.imp2002-02-261-0/+1
* minor style(9) fix: return (foo); The file was mostly style(9) before.imp2002-02-261-16/+16
* Allow the user tsb to span multiple pages. Make the default 2 pages for nowjake2002-02-262-26/+30
* After getting IANA to fix a typo in their port assignments, addcjc2002-02-261-0/+6
* When using hardware decoding, reconstruct the wire form of the ethernetbrooks2002-02-261-0/+20
* Enforce inbound IPsec SPDjedgar2002-02-261-1/+11
* Make gif(4) nesting level and parallel tunnel support tunable at runtimebrooks2002-02-262-5/+45
* in ulpt_reset() req.bmRequestType was unitialized, fix it.alfred2002-02-261-0/+1
* Merge from NetBSD:joe2002-02-262-16/+13
* Fix a warning by pulling prototype for arp_ifinit() into scope.peter2002-02-261-1/+4
* Fix warning; amdsmb_abort() is not used.peter2002-02-261-0/+2
* Fix warning. s/microuptime()/binuptime()/ for switchtime initial value.peter2002-02-261-1/+1
* Remove unused variable (td)peter2002-02-261-1/+0
* Fix a warning. useracc() should take a const pointer argument.peter2002-02-262-4/+4
* Fix a warning. Do not assume pointer == long.peter2002-02-261-2/+2
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-2534-920/+2134
* Thoreau listed twice.cjc2002-02-251-3/+2
* Remove code to lock the user tsb into the tlb. We can handle faults on itjake2002-02-255-49/+4
* I was able to boot this kernel using the latest WIP kernel sources.obrien2002-02-251-23/+39
* Turn on -Werror by default. This is is easily turned off, by either:peter2002-02-251-5/+5
* Add a hint about -DNO_WERRORpeter2002-02-251-0/+1
* Add 'nowerror' to the vendor acpica code that spews out warnings.peter2002-02-251-31/+31
* Supply -DNO_WERROR to the kernel build during release.peter2002-02-251-3/+3
* Add one.phk2002-02-251-0/+4
* Tidy up some warningspeter2002-02-254-14/+16
* Add a link to the hubs article, at the part that talks about settingkeramida2002-02-251-1/+4
* Add myself.jmallett2002-02-251-0/+1
* Implement a nested window state. This avoids attempting to spill a userjake2002-02-253-476/+189
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-252-3/+3
* Rewrite the part of the conversation function that allocates the reply array;des2002-02-251-2/+5
* Backout rev.1.5 - it seems that it's posixly correct that the programsobomax2002-02-251-2/+0
* In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),sobomax2002-02-251-0/+2
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-1/+2
* Add a few missing commas.murray2002-02-251-2/+2
* Add a new test_counter() function which tries to determine the width ofphk2002-02-251-17/+46
* Document what inpcb->inp_vflag is for.alfred2002-02-251-1/+1
* Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemsobomax2002-02-251-1/+1
* The TCP code did not do sufficient checks on whether incoming packetscjc2002-02-252-14/+26
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-1/+1
* Add some basic FreeBSD/sparc64 Hardware Notes.murray2002-02-256-0/+412
* Typo fix: missing ;.matusita2002-02-251-1/+1
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-0/+1
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-0/+1
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-0/+2
* Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn'tbde2002-02-251-0/+2
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-2/+2
* Modify the tte format to not include the tlb context number and to store thejake2002-02-258-499/+1189
* Improve grep'ing for variables in make.conf and rc.conf*.dougb2002-02-251-4/+4
OpenPOWER on IntegriCloud