| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Make delay iteration counts a function of hz as the delay period in each | brian | 2002-04-17 | 1 | -5/+5 |
* | | Revive dec_axppci_33_intr_route for LCA. | ticso | 2002-04-17 | 2 | -48/+27 |
* | | Parenthesize some macro arguments. | tmm | 2002-04-17 | 1 | -2/+2 |
* | | Clear the error flags in the LCA_IOC_STAT0 register after | ticso | 2002-04-17 | 1 | -0/+18 |
* | | Don't include bsd.own.mk from sys.mk, this makes it impossible | ru | 2002-04-17 | 14 | -73/+47 |
* | | Document STAILQ_CONCAT and TAILQ_CONCAT. | tmm | 2002-04-17 | 2 | -0/+26 |
* | | Add macros for concatenating tailqs and stailqs. | tmm | 2002-04-17 | 1 | -0/+18 |
* | | Use the new functionalities provided by the kenv(2) syscall. | mux | 2002-04-17 | 6 | -132/+244 |
* | | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 27 | -129/+617 |
* | | Add an entry for the kenv(2) syscall (code to follow). | mux | 2002-04-17 | 1 | -0/+2 |