aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sRuslan Ermilov2001-06-291-8/+3
* Don't free buffers we didn't allocate.Kazutaka YOKOTA2001-06-292-3/+6
* This change slipped through hidden in a CVS conflict. Logically belongsJoerg Wunsch2001-06-292-6/+6
* Upgrade to Binutils 2.11.2.David E. O'Brien2001-06-291-2/+25
* First stab at fixing resource deallocation, and implementing fdc(4) asJoerg Wunsch2001-06-294-21/+78
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA2001-06-291-1/+1
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA2001-06-291-1/+1
* Fix include ordering breakage from rev. 1.23.Dag-Erling Smørgrav2001-06-291-2/+2
* pccard modem support fixed.Warner Losh2001-06-291-10/+44
* Grab Giant around fault handling at the top level for now.John Baldwin2001-06-291-0/+3
* Grab Giant around trap_pfault() for now.John Baldwin2001-06-293-0/+12
* Fix up indentation.Jonathan Lemon2001-06-292-4/+4
* Remove a fascinating but confusing construct involving chainingRobert Watson2001-06-282-66/+62
* Add error checking for copyin() operations in posix4 scheduling code.Robert Watson2001-06-282-4/+12
* Forced commit. Previous commit was:John Baldwin2001-06-280-0/+0
* Don't check witness assertions if the lock doesn't use witness or witnessJohn Baldwin2001-06-281-0/+3
* Fix more mntvnode and vnode interlock order reversals.John Baldwin2001-06-283-6/+6
* Back out previous commit: it doesn't help anything since write_file(),Dima Dorfman2001-06-281-2/+2
* s/Netherlands/the Netherlands/gWilko Bulte2001-06-281-2/+2
* Up the average age and hope I can still show my face next saturday.Guido van Rooij2001-06-281-0/+1
* Fix a one-byte overrun.Dima Dorfman2001-06-282-2/+2
* Change default of ipv6_default_interface to NO. This is meaninglessHajimu UMEMOTO2001-06-281-1/+1
* getcwd(3) is defined by POSIX, not ISO C.Dima Dorfman2001-06-281-1/+1
* - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-283-9/+25
* Follow Mike's commit by adding acpi_powerres.c.Takanori Watanabe2001-06-282-2/+2
* Add acpi_powerres.c to fix the acpi build.John Baldwin2001-06-281-0/+1
* Merge in parts of a larger patchset i received from Bruce. UntestedJoerg Wunsch2001-06-282-82/+76
* Fix another buffer overflow.Thomas Gellekum2001-06-282-6/+12
* Put back the two semicolons I accidentally lost while reformatting this toBenno Rice2001-06-281-2/+2
* Add a new manpage to document the CTRx macros used when adding new KTRJohn Baldwin2001-06-282-1/+159
* Use the .Bsx macro instead of .Tn BSD/OS.John Baldwin2001-06-281-2/+2
* Don't insist on creating rocketport devices in /dev.Dima Dorfman2001-06-281-8/+8
* Document the existing vfc_flags.Dima Dorfman2001-06-282-3/+20
* Reduce chattiness of entropy file mechanism with extreme prejudice.Robert Watson2001-06-281-1/+1
* Remove dgm module.Dima Dorfman2001-06-282-9/+1
* Sync to my work in progress:Mike Smith2001-06-284-146/+1092
* Fix typo (s/=/+=/) in previous commit.Jun Kuriyama2001-06-281-1/+1
* Correct comment: so_q -> so_comp, so_q0 -> so_incomp.Jonathan Lemon2001-06-281-3/+3
* - Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-282-19/+46
* - Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-286-18/+48
* Based on a draft email in David Greenman's files, add the birthdateMike Smith2001-06-281-0/+1
* - Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-281-6/+13
* Get kernel profiling on SMP systems closer to working by replacing theJohn Baldwin2001-06-288-50/+16
* Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-283-8/+11
* Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-282-4/+19
* Introduce syslogd_program and inetd_program variables in case somebodyDima Dorfman2001-06-282-2/+5
* Add the -E flag to not send messages that have an empty body. This isMike Heffner2001-06-283-8/+19
* Provide access to the IA32 hardware debug registers from the ddbBrian S. Dean2001-06-287-50/+240
* Minor grammar cleanup.Dima Dorfman2001-06-271-6/+5
* Implement recursive IP address searches based on the results of aDima Dorfman2001-06-272-8/+29