summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Major update to the refuse file.trhodes2003-01-062-9/+17
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-063-11/+9
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadysam2003-01-062-3/+0
* fix memory allocation problems and collateral damage:sam2003-01-062-71/+112
* - remove the unused parent DMA tag argument fromtmm2003-01-062-90/+45
* geom_bsd need -lmd to link now.phk2003-01-061-0/+1
* BSD disklabels expose the controling label though the 'c' partition, andphk2003-01-061-12/+26
* In userland case include <errno.h>, not <err.h>. This is needed to makephk2003-01-061-1/+1
* Bump the IOMMU TSB size to 32kB, to match the default size on PCItmm2003-01-061-1/+1
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withtmm2003-01-065-175/+180
* Back out last commit.peter2003-01-061-1/+1
* correct flags passed when allocation crypto request structures so wesam2003-01-061-2/+2
* Update the supported systems section.hrs2003-01-061-2/+26
* Merge the following from the English version:hrs2003-01-062-543/+646
* Style and comment fixes, no functional changes.tmm2003-01-061-30/+18
* Back out revisions 1.45 && 1.46, they are incorrect.trhodes2003-01-061-2/+1
* Look for the correct method in sparc64_dmamap_load_mbuf() andtmm2003-01-061-2/+2
* Compare pointers to NULL rather than make it look like they are ints.obrien2003-01-061-2/+2
* Document what .jcr and .eh_frame is.trhodes2003-01-061-0/+5
* Initialize the cache line size register of all PCI devices in thetmm2003-01-061-0/+15
* save_realloc() should use reallocf() to close memory leaks.obrien2003-01-062-4/+4
* Some cleanup:tmm2003-01-062-26/+30
* - remove some outdated commentstmm2003-01-063-33/+20
* Terminate the usage message with \n.imp2003-01-061-1/+1
* 1.) fix a copy-and-paste-o in a panic() messagetmm2003-01-061-14/+36
* Bah, just use %zu for printing size_t.mike2003-01-061-4/+4
* This commit was generated by cvs2svn to compensate for changes in r108794,des2003-01-0648-58/+112
|\
| * Vendor import of OpenPAM Daffodil.des2003-01-0648-58/+112
* | Fix a type that crept in during my last commit here.trhodes2003-01-061-1/+1
* | Add SCSI MO device support.nyan2003-01-065-98/+156
* | Correct file descriptor leaks in lseek and do_dup.nectar2003-01-063-16/+31
* | Fix warnings on 64bits architectures.mux2003-01-061-2/+1
* | Move dashutdown from SHUTDOWN_PRI_DEFAULT to SHUTDOWN_PRI_FIRST.peter2003-01-061-1/+1
* | MFp4: make it workimp2003-01-061-41/+181
* | Use device_printf() and s/fc->dev/fc->bdev/.simokawa2003-01-061-2/+2
* | devd not devddimp2003-01-061-1/+1
* | Update kernbb(8) to deal with GCC's new way of doing things.phk2003-01-063-86/+51
* | This is all "#if defined(__i386__) && __GNUC__ >= 2":phk2003-01-061-0/+47
* | Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-064-16/+24
* | Add two symbols start_ctors and stop_ctors to allow us to find thephk2003-01-062-0/+8
* | strfmon(3) does not correctly handle multibyte characters in thetjr2003-01-061-0/+6
* | Note that the printf(3) and scanf(3) family of functions don't deal withtjr2003-01-062-2/+14
* | Fix fc->dev to fc->bdev.simokawa2003-01-061-1/+1
* | Link a.out(5) to aout(5) to follow the module name.trhodes2003-01-061-1/+2
* | Add two new manual pages. Welcome the ida(4) and iir(4) manual pages.trhodes2003-01-063-0/+130
* | We have a usable 'LOGIN_NAME_MAX' now.obrien2003-01-061-2/+0
* | Add the POSIX sanctioned "LOGIN_NAME_MAX" -- Maximum length of a login name.obrien2003-01-061-1/+1
* | Cast return values of sizeof() to int so they can be printed with %d.mike2003-01-061-2/+2
* | Need to prototype strsuftollx() to quiet a warning.obrien2003-01-061-0/+8
* | Make the "nbsd_20030105" import build.obrien2003-01-063-1/+18
OpenPOWER on IntegriCloud