summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the new OPENVCC and CLOSEVCC ioctls to open and close the NATMharti2003-08-061-13/+16
* If connect(2) has been interrupted by a signal and therefore theyar2003-08-061-3/+8
* Style(9): remove unneccesary space and blank lines, indentation,harti2003-08-064-241/+193
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsharti2003-08-064-9/+6
* Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.harti2003-08-064-10/+11
* Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operationsharti2003-08-061-4/+6
* Remove an unused variable.phk2003-08-061-3/+0
* Staticize swap_pager_putpages()phk2003-08-062-36/+4
* Access the swap_pagers' ->putpages() through swappagerops insteadphk2003-08-061-1/+1
* Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/closeharti2003-08-061-1/+1
* When sending check that the channel is really open. Get the informationharti2003-08-061-7/+9
* Print an array index that is computed as ptrdiff_t with %tu.harti2003-08-061-2/+2
* - Don't print "elf" before printing "make world" (aout support has beenru2003-08-061-3/+5
* Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) usesbde2003-08-061-0/+23
* Broke the warning that this driver uses pessimal (u_short) types forbde2003-08-061-2/+2
* Add XXX: comment to vm_pager_unswapped().phk2003-08-061-0/+5
* Explicitly set B_PAGINGphk2003-08-061-4/+2
* Localize 'ls' outputache2003-08-062-4/+8
* - Unbreak Alpha snapshots (we were still attempting to build aru2003-08-061-14/+8
* Change the format type to unbreak LINT on 64-bit platforms.obrien2003-08-061-2/+2
* Retire the B_KEEPGIANT flag, we are nowhere near ready.phk2003-08-061-1/+1
* Rip out the totally bogos vnode swapdev_vp with extreeme prejudice.phk2003-08-061-52/+11
* Don't drop giant around ->d_strategy(), too much code explodes.phk2003-08-061-3/+3
* Fix a typo. s/Line/Like/deischen2003-08-062-2/+2
* Avoid a level of indirection to get from the thread pointer to themarcel2003-08-064-78/+54
* 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
OpenPOWER on IntegriCloud