| Commit message (Expand) | Author | Age | Files | Lines |
* | sys.mk no longer includes bsd.own.mk. | ru | 2002-07-20 | 1 | -0/+2 |
* | Indentation. | ru | 2002-07-20 | 1 | -7/+7 |
* | Upgrade make(1) if not passing the ``.if defined(notdef) && ${notdef:U}'' | ru | 2002-07-20 | 1 | -2/+8 |
* | Typo: s/If the this option/If this option/ | schweikh | 2002-07-20 | 1 | -1/+1 |
* | ebus is not a 'count' device. There are no NEBUS references. | peter | 2002-07-20 | 1 | -1/+1 |
* | Change the max IRQ from 63 to 255. I realize we have to block some out | peter | 2002-07-20 | 1 | -1/+1 |
* | o Lock page queue accesses by vm_page_cache() in vm_contig_launder(). | alc | 2002-07-20 | 1 | -2/+4 |
* | o Remove dead and/or unused code. | alc | 2002-07-20 | 2 | -17/+1 |
* | Document that only one of the -n and -e options may be specified for | tjr | 2002-07-20 | 1 | -1/+11 |
* | Reimplement malloc/free debugging that includes the offending file:line | peter | 2002-07-20 | 5 | -40/+73 |
* | Add a missing argument to the stub for softdep_setup_freeblocks. | benno | 2002-07-20 | 1 | -1/+2 |
* | Add __printflike() to printf() and sprintf() prototypes. -ffreestanding | peter | 2002-07-20 | 1 | -2/+2 |
* | Turn on -Wformat | peter | 2002-07-20 | 1 | -1/+1 |
* | Fix printf format errors | peter | 2002-07-20 | 1 | -3/+3 |
* | Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver. | peter | 2002-07-20 | 1 | -5/+20 |
* | Disable loader ufs support. It causes the loader to crash on the Itanium2 | peter | 2002-07-20 | 2 | -2/+2 |
* | Fix printf format errors | peter | 2002-07-20 | 2 | -4/+4 |
* | Regenerate | peter | 2002-07-20 | 9 | -4788/+933 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 50 | -2740/+7922 |
* | Fix a warning: | peter | 2002-07-20 | 1 | -1/+2 |
* | Add PCI IDs for the A, B, and C UHCI controllers in the ICH4. | jhb | 2002-07-19 | 2 | -0/+54 |
* | Add PCI ID for the ICH4 ATA100 controller. | jhb | 2002-07-19 | 2 | -0/+4 |
* | Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skew | peter | 2002-07-19 | 1 | -1/+7 |
* | o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire(). | alc | 2002-07-19 | 3 | -12/+7 |
* | Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern. | ru | 2002-07-19 | 1 | -1/+1 |
* | Add support for probing secondary buses on the ServerWorks Grand Champion | gallatin | 2002-07-19 | 2 | -0/+22 |
* | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | dillon | 2002-07-19 | 4 | -0/+5 |
* | Wrap a line longer than 80 characters. | mux | 2002-07-19 | 1 | -2/+2 |
* | Merge conflicts. | markm | 2002-07-19 | 4 | -42/+50 |
* | - Merge the mount options at MNT_UPDATE time with vfs_mergeopts(). | mux | 2002-07-19 | 1 | -19/+113 |
* | This commit was generated by cvs2svn to compensate for changes in r100360, | markm | 2002-07-19 | 2 | -10/+3 |
|\ |
|
| * | Snapshot of NetBSD's (x)lint. Little functionality, just some code | markm | 2002-07-19 | 7 | -46/+53 |
* | | s/inline/__inline/ | markm | 2002-07-19 | 2 | -6/+6 |
* | | Merge from import. The import was done ages ago, and this diff has been | markm | 2002-07-19 | 1 | -153/+199 |
* | | s/inline/__inline/ | markm | 2002-07-19 | 6 | -6/+6 |
* | | "inline" fixing. Replace "inline" with "__inline" to make more BSD | markm | 2002-07-19 | 10 | -44/+52 |
* | | Update to current reality: change COMPILEDIR and work on "R"ead-only-data | phk | 2002-07-19 | 1 | -2/+2 |
* | | Remove broken and incomplete support for old releases of System V, | tjr | 2002-07-19 | 7 | -236/+1 |
* | | Add the ebus sio attachment. | obrien | 2002-07-19 | 1 | -0/+1 |
* | | Don't install any old cruft present in the tree, including | ru | 2002-07-19 | 1 | -19/+263 |
* | | Add support to UFS2 to provide storage for extended attributes. | mckusick | 2002-07-19 | 17 | -274/+1145 |
* | | o Duplicate an odd side-effect of vm_page_wire() in vm_page_allocate() | alc | 2002-07-19 | 1 | -1/+2 |
* | | Clear up confusion in ugly code. ^T gave wrong results for RSS. | julian | 2002-07-18 | 1 | -4/+9 |
* | | Try to give a more descriptive error message for the pilot error of | joerg | 2002-07-18 | 2 | -25/+81 |
* | | Introduce two new sysctl's: | dillon | 2002-07-18 | 4 | -6/+35 |
* | | Remove unused calls to inet_addr() | brian | 2002-07-18 | 2 | -2/+0 |
* | | Correction to the previous revision: define SHLIB_LINK if SHLIB_NAME | ru | 2002-07-18 | 1 | -1/+3 |
* | | o Remove the acquisition and release of Giant from the idle priority thread | alc | 2002-07-18 | 2 | -8/+1 |
* | | MFCs noted: OPIE 2.4, OpenBSD m4 20020426, GNU tar 1.3.25. | bmah | 2002-07-18 | 2 | -6/+6 |
* | | Beautify. This has the side effect of improving portability and | markm | 2002-07-18 | 2 | -78/+62 |