| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Void functions cannot return values. | markm | 2002-07-18 | 1 | -1/+1 |
* | | Remove boot2 temporarily. | nyan | 2002-07-18 | 1 | -1/+1 |
* | | Add initialization code for the AMD Elan sc520 which maps the MMCR | phk | 2002-07-18 | 8 | -8/+106 |
* | | To force install(1) to always compare files before installing, one | ru | 2002-07-18 | 2 | -2/+2 |
* | | Remove the statically allocated array that holds OpenFirmware memory mappings | benno | 2002-07-18 | 3 | -12/+24 |
* | | Major rework of how we copy data into kernel space. | benno | 2002-07-18 | 6 | -22/+36 |
* | | Install scripts via FILES (purposedly not via SCRIPTS that would | ru | 2002-07-18 | 5 | -8/+5 |
* | | Don't assume file descriptors fit in a short, use an int instead. | tjr | 2002-07-18 | 1 | -1/+1 |
* | | Added groff(1) and natd(8) entries. | ru | 2002-07-18 | 1 | -0/+2 |
* | | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 41 | -86/+88 |
* | | s/install -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -4/+4 |
* | | Add an entry for the AMD Elan SC520 hostbridge. I do not belive we can | phk | 2002-07-18 | 2 | -0/+6 |
* | | (VM_MAX_KERNEL_ADDRESS - KERNBASE) / PAGE_SIZE may not fit in an integer. | peter | 2002-07-18 | 1 | -1/+1 |
* | | Avoid using ints or shorts to store process id's, use pid_t instead. | tjr | 2002-07-18 | 2 | -22/+23 |
* | | Make the message that is printed when the foreground process is terminated | tjr | 2002-07-18 | 2 | -2/+24 |
* | | Move the definition of FreeBSD 4.6 back to where it belongs. | ru | 2002-07-18 | 2 | -2/+2 |
* | | Add definition for FreeBSD 4.6.1. | murray | 2002-07-18 | 1 | -0/+1 |
* | | Revert last change. | murray | 2002-07-18 | 1 | -1/+0 |