summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')fjoe2003-01-074-12/+11
* In vn_open(), unset ndp->ni_vp when returning failure so that codegreen2003-01-071-0/+1
* Use copyout to access user memory.alfred2003-01-072-2/+10
* Make bogus_offset local to bufinit().alc2003-01-071-6/+1
* The README refers to a LICENSE file, so add that file too.pdeuskar2003-01-071-0/+29
* Fix warnings & errors caused by my last commit.phk2003-01-071-2/+1
* This patch fixes a problem caused by applications that rapidly andmckusick2003-01-072-5/+13
* Cast the integer read as the first argument for %b to an unsigned integerjhb2003-01-071-1/+1
* New release note: SA-02:44.bmah2003-01-072-0/+14
* Add support for OPIE and PAM.obrien2003-01-071-0/+77
* Use manpage entities for ciss(4), iir(4), and trm(4).bmah2003-01-072-6/+6
* New release notes: fwcontrol(8) (+MFC), swapoff(8), xargs(1) -P,bmah2003-01-072-18/+64
* Correct a couple small typos.chris2003-01-071-2/+2
* - Fix print format for FreeBSD-4simokawa2003-01-071-3/+8
* Add an entry for libugidfw.chris2003-01-071-0/+1
* Document the file system firewall interface library functions.chris2003-01-076-0/+515
* Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an addedscottl2003-01-076-12/+76
* Clear some KSE fields after kse mode was turned off.davidxu2003-01-071-0/+3
* #include "namespace.h" to get a prototype for _err().tjr2003-01-071-0/+2
* Remove an unused variable: mbresult.tjr2003-01-071-1/+0
* #include <stdlib.h> for free()'s prototype.tjr2003-01-071-0/+1
* Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate.tjr2003-01-071-22/+22
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.tjr2003-01-072-2/+2
* Forgot to call setrunnable() for un-idled thread.davidxu2003-01-071-0/+1
* Check signals for idled threads.davidxu2003-01-073-6/+4
* Typo fixes.keramida2003-01-072-2/+2
* We've had something like this file since 1992, so therefore this fileimp2003-01-071-1/+1
* Don't call fw_bus_probe() twice when successive self-id packets received.simokawa2003-01-072-2/+10
* Put the ASIC revision into the device description string so it appearsjdp2003-01-071-1/+10
* o Only try to recopy the mbuf into an mbuf cluster ifmux2003-01-071-13/+22
* Don't reference the maxlen and flags fields in the ring control blocksjdp2003-01-062-57/+45
* Remove redundant documenation.trhodes2003-01-061-14/+1
* Correct order of alignment in EXAMPLES.trhodes2003-01-061-2/+2
* Happy new year 2003 !gioria2003-01-064-0/+4
* Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptorstmm2003-01-063-216/+149
* more crypto test stuff:sam2003-01-064-22/+450
* - Convert to use bus_dmamap_load_mbuf().tmm2003-01-062-397/+155
* Change the iommu code to be able to handle more than one DVMA area pertmm2003-01-066-133/+466
* Update release documentation copyright dates.bmah2003-01-067-0/+7
* 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
OpenPOWER on IntegriCloud