aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-2050-2740/+7922
* Fix a warning:Peter Wemm2002-07-201-1/+2
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.John Baldwin2002-07-192-0/+54
* Add PCI ID for the ICH4 ATA100 controller.John Baldwin2002-07-192-0/+4
* Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skewPeter Wemm2002-07-191-1/+7
* o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().Alan Cox2002-07-193-12/+7
* Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern.Ruslan Ermilov2002-07-191-1/+1
* Add support for probing secondary buses on the ServerWorks Grand ChampionAndrew Gallatin2002-07-192-0/+22
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-194-0/+5
* Wrap a line longer than 80 characters.Maxime Henrion2002-07-191-2/+2
* Merge conflicts.Mark Murray2002-07-194-42/+50
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().Maxime Henrion2002-07-191-19/+113
* This commit was generated by cvs2svn to compensate for changes in r100360,Mark Murray2002-07-192-10/+3
|\
| * Snapshot of NetBSD's (x)lint. Little functionality, just some codevendor/NetBSD/xlintMark Murray2002-07-197-46/+53
* | s/inline/__inline/Mark Murray2002-07-192-6/+6
* | Merge from import. The import was done ages ago, and this diff has beenMark Murray2002-07-191-153/+199
* | s/inline/__inline/Mark Murray2002-07-196-6/+6
* | "inline" fixing. Replace "inline" with "__inline" to make more BSDMark Murray2002-07-1910-44/+52
* | Update to current reality: change COMPILEDIR and work on "R"ead-only-dataPoul-Henning Kamp2002-07-191-2/+2
* | Remove broken and incomplete support for old releases of System V,Tim J. Robbins2002-07-197-236/+1
* | Add the ebus sio attachment.David E. O'Brien2002-07-191-0/+1
* | Don't install any old cruft present in the tree, includingRuslan Ermilov2002-07-191-19/+263
* | Add support to UFS2 to provide storage for extended attributes.Kirk McKusick2002-07-1917-274/+1145
* | o Duplicate an odd side-effect of vm_page_wire() in vm_page_allocate()Alan Cox2002-07-191-1/+2
* | Clear up confusion in ugly code. ^T gave wrong results for RSS.Julian Elischer2002-07-181-4/+9
* | Try to give a more descriptive error message for the pilot error ofJoerg Wunsch2002-07-182-25/+81
* | Introduce two new sysctl's:Matthew Dillon2002-07-184-6/+35
* | Remove unused calls to inet_addr()Brian Somers2002-07-182-2/+0
* | Correction to the previous revision: define SHLIB_LINK if SHLIB_NAMERuslan Ermilov2002-07-181-1/+3
* | o Remove the acquisition and release of Giant from the idle priority threadAlan Cox2002-07-182-8/+1
* | MFCs noted: OPIE 2.4, OpenBSD m4 20020426, GNU tar 1.3.25.Bruce A. Mah2002-07-182-6/+6
* | Beautify. This has the side effect of improving portability andMark Murray2002-07-182-78/+62
* | Void functions cannot return values.Mark Murray2002-07-181-1/+1
* | Remove boot2 temporarily.Yoshihiro Takahashi2002-07-181-1/+1
* | Add initialization code for the AMD Elan sc520 which maps the MMCRPoul-Henning Kamp2002-07-188-8/+106
* | To force install(1) to always compare files before installing, oneRuslan Ermilov2002-07-182-2/+2
* | Remove the statically allocated array that holds OpenFirmware memory mappingsBenno Rice2002-07-183-12/+24
* | Major rework of how we copy data into kernel space.Benno Rice2002-07-186-22/+36
* | Install scripts via FILES (purposedly not via SCRIPTS that wouldRuslan Ermilov2002-07-185-8/+5
* | Don't assume file descriptors fit in a short, use an int instead.Tim J. Robbins2002-07-181-1/+1
* | Added groff(1) and natd(8) entries.Ruslan Ermilov2002-07-181-0/+2
* | s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-1841-86/+88
* | s/install -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-4/+4
* | Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canPoul-Henning Kamp2002-07-182-0/+6
* | (VM_MAX_KERNEL_ADDRESS - KERNBASE) / PAGE_SIZE may not fit in an integer.Peter Wemm2002-07-181-1/+1
* | Avoid using ints or shorts to store process id's, use pid_t instead.Tim J. Robbins2002-07-182-22/+23
* | Make the message that is printed when the foreground process is terminatedTim J. Robbins2002-07-182-2/+24
* | Move the definition of FreeBSD 4.6 back to where it belongs.Ruslan Ermilov2002-07-182-2/+2
* | Add definition for FreeBSD 4.6.1.Murray Stokely2002-07-181-0/+1
* | Revert last change.Murray Stokely2002-07-181-1/+0