| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a manpage for the kenv(2) syscall that Chad David kindly | mux | 2002-04-18 | 1 | -0/+172 |
* | Fix the fdisk(8) manual page. | trhodes | 2002-04-18 | 2 | -112/+115 |
* | Back out previous commit, which was not at all approved by the maintainer | des | 2002-04-18 | 1 | -21/+32 |
* | Add the PCI ID for an upcoming variant of a soon-to-be released series of | scottl | 2002-04-18 | 1 | -0/+2 |
* | This style is *way* outside the relm of any other of our Makefiles | obrien | 2002-04-18 | 1 | -32/+21 |
* | Cleanup comments. | alfred | 2002-04-18 | 1 | -11/+2 |
* | Remove support for using soon to be retired "special" poll(2) ops. | alfred | 2002-04-18 | 1 | -7/+7 |
* | Cleanup of logic, flow and comments. | alfred | 2002-04-18 | 1 | -20/+18 |
* | Work around an Intel 21143 chip bug. | mckay | 2002-04-18 | 2 | -14/+20 |
* | Removed gratuitous LIBCOMPATDIR assignments. | ru | 2002-04-18 | 3 | -6/+0 |
* | Fixed some style bugs: | bde | 2002-04-18 | 1 | -3/+4 |
* | Backed out the style bugs in rev.1.17: | bde | 2002-04-18 | 1 | -41/+41 |
* | Do not reset MAKEFILE when reading ".depend" as this rather | ru | 2002-04-18 | 1 | -1/+6 |
* | Fixed bugs in previous revision: | ru | 2002-04-18 | 1 | -20/+6 |
* | Use ${FILES} and <bsd.prog.mk> rather than roll-your-own. | des | 2002-04-18 | 1 | -22/+21 |
* | Optimize for i486 better (-m486 is just another deprecated | ru | 2002-04-18 | 1 | -1/+1 |
* | Install bsd.init.mk. | ru | 2002-04-18 | 1 | -1/+2 |
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 6 | -6/+6 |
* | INFODIR is defined in bsd.own.mk but sys.mk no longer includes | ru | 2002-04-18 | 1 | -2/+2 |
* | This Makefile.inc depended on the (wrong) order of inclusion | ru | 2002-04-18 | 1 | -1/+2 |
* | In rare cases, we might want to include bsd.own.mk directly. | ru | 2002-04-18 | 1 | -0/+5 |
* | Add a comment documenting a race condition in vm_fault(): Specifically, a | alc | 2002-04-18 | 1 | -0/+3 |
* | Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS | rwatson | 2002-04-18 | 6 | -6/+6 |
* | Witness doesn't just track mutexes, so don't say mutexes specifically. It | rwatson | 2002-04-18 | 1 | -1/+1 |
* | Add the -b option (break at byte position, not column number) and the -s | tjr | 2002-04-18 | 2 | -29/+97 |
* | o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed | alc | 2002-04-18 | 3 | -35/+14 |
* | Whitespace fix after the restructuring, no content changes | ue | 2002-04-18 | 1 | -327/+331 |
* | Restructure the Sparc installation instructions to | ue | 2002-04-18 | 1 | -70/+55 |
* | New release note: SA-02:21. | bmah | 2002-04-17 | 2 | -0/+14 |
* | Remove an extraneous .El call. | mike | 2002-04-17 | 1 | -1/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r94970, | des | 2002-04-17 | 3 | -24/+15 |
|\ |
|
| * | Fix broken markup (perforce changes 9937, 9939) | des | 2002-04-17 | 3 | -24/+15 |
* | | This commit was generated by cvs2svn to compensate for changes in r94968, | des | 2002-04-17 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Set rsp to NULL before calling the conversation function so we can later | des | 2002-04-17 | 1 | -1/+2 |
* | | Fix typo in adjusted panic message. | tegge | 2002-04-17 | 6 | -6/+6 |
* | | mdoc police: get rid of blank line at end of file. | fenner | 2002-04-17 | 1 | -1/+0 |
* | | mdoc police: use .El to end the list in the ENVIRONMENT section. | fenner | 2002-04-17 | 1 | -0/+1 |
* | | mdoc police: turn .PP back into .Pp | fenner | 2002-04-17 | 1 | -1/+1 |
* | | Update io_apic_ints array properly when revoking an irq mapping. | tegge | 2002-04-17 | 6 | -12/+12 |
* | | De-K&R dkcksum() to fix some issues with c++. | alfred | 2002-04-17 | 3 | -6/+3 |
* | | Avoid calling malloc() or free() while holding the | mux | 2002-04-17 | 2 | -14/+27 |
* | | New release note: SA-02:20. | bmah | 2002-04-17 | 2 | -0/+16 |
* | | This adds support for -s to the m4(1) utility, which causes #line directives | jmallett | 2002-04-17 | 6 | -9/+82 |
* | | Install files via FILES, there's no reason to compare them before installing. | ru | 2002-04-17 | 1 | -18/+6 |
* | | Require approval for DHCP commits. I have commit access to isc.org | murray | 2002-04-17 | 1 | -0/+2 |
* | | ${INSTALLFLAGS} aren't suitable for installing ${SCRIPTS} and ${FILES}. | ru | 2002-04-17 | 1 | -2/+2 |
* | | Fix missing commas. | mdodd | 2002-04-17 | 1 | -4/+4 |
* | | Really unbreak it this time (clean and install were still broken). | ru | 2002-04-17 | 1 | -5/+3 |
* | | Fix a compiler warning I missed in the last commit. | ticso | 2002-04-17 | 1 | -1/+1 |
* | | Make delay iteration counts a function of hz as the delay period in each | brian | 2002-04-17 | 1 | -25/+21 |