summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Jonathan Postel's year of birth.grog2003-08-061-1/+1
* Don't call kse_set_curthread() when scheduling a new bounddeischen2003-08-062-4/+6
* Rename localdaemons to localpkg.mtm2003-08-064-3/+93
* Fix an off by one error in the number of arguments passed tomarcel2003-08-062-2/+2
* Define the static TLS as an array of long double. This will guaranteemarcel2003-08-062-4/+12
* Use auto LDT allocation for i386.deischen2003-08-052-126/+12
* Bump __FreeBSD_version for 3ware APIps2003-08-051-1/+1
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-0537-960/+2077
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-054-5/+5
* Properly support the 3ware generic API.ps2003-08-057-96/+190
* Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userlandmarcel2003-08-052-8/+10
* Add a comment about hcomp.des2003-08-051-0/+1
* send() and recv() are just wrappers, not actual syscalls.des2003-08-051-4/+0
* o In _ia64_save_context() clear the return registers except for r8.marcel2003-08-052-26/+50
* o Put the syscall return registers in the context. Not only do wemarcel2003-08-051-6/+50
* * Use sysctlbyname(3) to print statistics about the MFC andhsu2003-08-051-6/+24
* * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible viahsu2003-08-051-9/+24
* Don't reinvent the wheel: Use setmode(3) to interpretyar2003-08-052-3/+15
* When adding a channel for INET failed at the device level (ioctl) theharti2003-08-051-2/+4
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-055-4/+35
* Make this file to conform more to style(9) before really touching it.harti2003-08-051-39/+19
* Define a flag for asynchronuous VC open/close operations as usedharti2003-08-051-1/+2
* Implement per-VC statistics.harti2003-08-051-1/+8
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theharti2003-08-053-37/+86
* Exit with a non-zero status upon a block allocation failure.yar2003-08-051-3/+3
* Use the generic getvccs function from net/if_atmsubr.c and removeharti2003-08-051-54/+4
* Arrghhh. Remove debugging printf's that slipped in in the pre-previousharti2003-08-051-11/+1
* Use __FBSDID() as per style(9).harti2003-08-051-2/+2
* kse.h is not needed for these files.davidxu2003-08-052-2/+0
* Make the en(4) driver more like the other ATM drivers. This is theharti2003-08-053-247/+348
* Introduce a thread mailbox flag TMF_NOUPCALL. On some architectures otherdavidxu2003-08-053-14/+40
* Fix asm string newlines to keep gcc3.3 happy. Use register prefixesgrehan2003-08-052-108/+108
* Move the clearing of the IFF_RUNNING flag into the reset routine.harti2003-08-051-1/+2
* Add recv(2), recvfrom(2), send(2) and sendfrom(2).des2003-08-051-2/+10
* Clarify that the 'state' information consists of characters, notbrueffer2003-08-051-2/+2
* Added description for the libufs(3) library.ru2003-08-052-0/+2
* Make this WARNS=6 clean by:johan2003-08-054-41/+41
* Update screen(1)-related entries with more recent variantsache2003-08-051-5/+10
* Back out [:upper:] and [:lower:] classes sorting, it is not requiredache2003-08-051-6/+3
* Clarify upper/lower conversion description more.ache2003-08-051-7/+4
* Change gcc-specific aggregate initialization member specifiersdds2003-08-052-12/+12
* Remove extraneous semicolons. They are already provided bydds2003-08-051-4/+4
* add support for using kqueue to watch bpf sockets.jmg2003-08-053-10/+85
* Use sparse struct initialization for struct pagerops.phk2003-08-052-260/+12
* Change the implementation of swap backing to use the VM system in normalphk2003-08-051-23/+59
* Use sparse struct initializations for struct pagerops.phk2003-08-055-53/+28
* Remove redundant declarations.das2003-08-051-2/+0
* Don't overflow the block quota calculations for NFS mounts.das2003-08-051-3/+3
* Only drop Giant around the drivers ->d_strategy() if the buffer is notphk2003-08-051-1/+1
* Add a B_KEEPGIANT flag so non-SMPng code can get preferential treatment.phk2003-08-051-1/+1
OpenPOWER on IntegriCloud