summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
* | Remove the 6-10 byte translation from UFI and ATAPI command sets. It isnjl2003-08-061-61/+0
* | When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT.harti2003-08-061-1/+1
* | Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit.harti2003-08-061-17/+134
* | Change ieee802 to ieee80211.mbr2003-08-062-53/+53
* | Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-064-0/+9
* | Update to recognize Geode and note that the TSC seems broken.phk2003-08-061-1/+12
* | Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-066-176/+23
* | Remove the last vestiges of ATM raw mode. This has not been useful for aharti2003-08-063-48/+6
* | Remove unused cmd6workaround() calls.njl2003-08-061-15/+2
* | Document that connect(2) can return EINTR, and that ityar2003-08-061-3/+6
* | Make the first two pages magic to protect the BSD labels rather thanphk2003-08-061-2/+2
* | 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
OpenPOWER on IntegriCloud