| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a size_t where a buffer length is meant. | harti | 2003-07-29 | 2 | -4/+8 |
* | Make the ioctl() interface cleaner with regard to types: use size_t | harti | 2003-07-29 | 11 | -46/+54 |
* | Minor grammar, punctuation, and wording fixes | yar | 2003-07-29 | 1 | -8/+8 |
* | Send events for VCC state changes, ACR rate changes and interface state | harti | 2003-07-29 | 3 | -9/+12 |
* | Implement a mechanism by which ATM drivers can inform interested | harti | 2003-07-29 | 2 | -1/+85 |
* | Use PSL_KERNEL as upcall thread's initial rflags, don't use | davidxu | 2003-07-29 | 1 | -1/+1 |
* | Don't hide the name of tmpstk, since there is no need to do so and the | bde | 2003-07-29 | 1 | -3/+2 |
* | Minor constification. | phk | 2003-07-29 | 1 | -2/+2 |
* | Implement DOSPTYP_EXTLBA more completely: loop until we find no more | phk | 2003-07-29 | 1 | -1/+2 |
* | Try to make 'uname -a' look more like it does on Linux: | des | 2003-07-29 | 1 | -0/+30 |
* | Add GB18030 dirs | ache | 2003-07-29 | 2 | -0/+6 |
* | Allow GB18030 locale | ache | 2003-07-29 | 1 | -0/+1 |
* | Add support for gb18030 encoding | ache | 2003-07-29 | 3 | -1/+170 |
* | New release notes: | hrs | 2003-07-29 | 3 | -4/+14 |
* | Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giant | alc | 2003-07-29 | 1 | -6/+0 |
* | fix another bus_dma leak due to not having a size param for our bus_dma | jmg | 2003-07-29 | 1 | -0/+2 |
* | Note da(4) quirks being deprecated and the procedure for re-enabling them. | njl | 2003-07-29 | 1 | -0/+7 |
* | Deprecate USB and Firewire quirks. We should now never send 6 byte commands | njl | 2003-07-29 | 3 | -18/+32 |
* | returned length can exceed the limits of type char | jwd | 2003-07-29 | 1 | -1/+1 |
* | Fix a problem that occurs when truncating files on NFSv3 mounts: we need | tjr | 2003-07-29 | 1 | -1/+7 |
* | * Merge index(3) and rindex(3) to index(3) since the two functions are | simon | 2003-07-28 | 5 | -216/+61 |
* | Fix dhclient infinite loop on ro /etc/resolv.conf | mbr | 2003-07-28 | 1 | -5/+11 |
* | Move the rescue manpage, documenting the new rescue utilities in | simon | 2003-07-28 | 5 | -4/+5 |
* | Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with the | rwatson | 2003-07-28 | 8 | -56/+176 |
* | Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf. | ru | 2003-07-28 | 2 | -6/+0 |
* | A simple tool to sanity check the contents of release/*/dokern.sh | ru | 2003-07-28 | 1 | -0/+55 |
* | Allow sleep states to be specified as S1, S2, ... | njl | 2003-07-28 | 2 | -1/+5 |
* | When exporting file descriptor data for threads invoking the | rwatson | 2003-07-28 | 1 | -0/+11 |
* | Add support for CBR and VBR PVCs. Enhance the error handling for | harti | 2003-07-28 | 3 | -39/+159 |
* | Dhclient can't block anymore during startup. Document | mbr | 2003-07-28 | 1 | -4/+4 |
* | Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add support | harti | 2003-07-28 | 7 | -215/+110 |
* | Don't wait forever if there is no link, go to background | mbr | 2003-07-28 | 1 | -0/+2 |
* | Change the default for background_dhclient back to NO. It can | mbr | 2003-07-28 | 1 | -1/+1 |
* | Define $FreeBSD$ at the right place. | mbr | 2003-07-28 | 2 | -5/+3 |
* | Make this compile on 64 bit systems again. You cannot just cast a 32 bit | peter | 2003-07-28 | 1 | -1/+1 |
* | DATE and PATCH are always defined, but may be empty. | des | 2003-07-28 | 1 | -2/+2 |
* | Remove redundant "targets", add NOLIBC_R and NOFORTH to environment | des | 2003-07-28 | 2 | -2/+2 |
* | Install experimental.rc | des | 2003-07-28 | 1 | -1/+1 |
* | Document --dump | des | 2003-07-28 | 1 | -0/+2 |
* | Revive the powerpc tinderbox that used to run on 9ball. | des | 2003-07-28 | 2 | -0/+20 |
* | stanley uses a different sandbox. | des | 2003-07-28 | 2 | -0/+2 |
* | Don't mail out failure reports from stanley. | des | 2003-07-28 | 2 | -0/+2 |
* | - add a -d option which dumps the configuration and exits | des | 2003-07-28 | 1 | -5/+28 |
* | Enable dhclient to poll the interface state and send only | mbr | 2003-07-28 | 6 | -7/+241 |
* | Document background_dhclient. | mbr | 2003-07-28 | 1 | -0/+8 |
* | Always start dhclient in the background. | mbr | 2003-07-28 | 2 | -0/+5 |
* | Make atm WARNS=6 clean. The changes are mostly: | harti | 2003-07-28 | 10 | -382/+299 |
* | Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to | njl | 2003-07-28 | 6 | -4/+21 |
* | None of the "alloc" functions used by UMA assume that Giant is held any | alc | 2003-07-28 | 1 | -9/+2 |
* | auth.conf seems to be being gradually subsumed by user classes | rwatson | 2003-07-28 | 1 | -5/+3 |