| Commit message (Expand) | Author | Age | Files | Lines |
* | Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS's | obrien | 2004-10-19 | 1 | -5/+8 |
* | Apply README guidelines (no tabs). | ru | 2004-10-19 | 1 | -2/+2 |
* | Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU" | obrien | 2004-10-19 | 1 | -0/+3 |
* | Fix typo sc -> dev. | bms | 2004-10-19 | 2 | -2/+2 |
* | Make use of the PROTO_SPACER functionality for dynamically loadable | andre | 2004-10-19 | 1 | -2/+19 |
* | Support for dynamically loadable and unloadable IP protocols in the ipmux. | andre | 2004-10-19 | 2 | -1/+64 |
* | Detach the Rhine completely on shutdown, rather than merely stopping it | bms | 2004-10-19 | 2 | -6/+2 |
* | Support for dynamically loadable and unloadable protocols within existing pro... | andre | 2004-10-19 | 4 | -4/+325 |
* | Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules. | andre | 2004-10-19 | 1 | -0/+1 |
* | Make comments more clear. Change the order of one if() statement to check the | andre | 2004-10-19 | 1 | -3/+8 |
* | Be more careful to only index valid IP protocols and be more verbose with | andre | 2004-10-19 | 1 | -2/+11 |
* | Return the unit number of a channel instead of a hardcoded '1' from | le | 2004-10-19 | 1 | -1/+1 |
* | Forced commit to note that the previous change also elimates calls to | scottl | 2004-10-19 | 0 | -0/+0 |
* | Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumbo | scottl | 2004-10-19 | 1 | -2/+2 |
* | Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags. | scottl | 2004-10-19 | 1 | -12/+2 |
* | When dumpdev is set to 'auto', and a suitable swap device is found, | thomas | 2004-10-18 | 2 | -3/+11 |
* | fix (for me) the problems where if_de gets really slow after time | jmg | 2004-10-18 | 2 | -42/+0 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 19 | -5/+33 |
* | uniq(1) is not an install tool, and using it was causing | ru | 2004-10-18 | 1 | -2/+2 |
* | Add new function ttyinitmode() which sets our systemwide default | phk | 2004-10-18 | 14 | -118/+62 |
* | Utilize SCRIPTS. | ru | 2004-10-18 | 1 | -4/+1 |
* | Utilize FILES, SCRIPTS, and SYMLINKS. While here, fixed a bug in | ru | 2004-10-18 | 1 | -9/+8 |
* | Drop the NDIS lock before returning from ndis_start(). | le | 2004-10-18 | 1 | -1/+3 |
* | Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456]. | obrien | 2004-10-18 | 1 | -9/+9 |
* | Utilize SCRIPTS. | ru | 2004-10-18 | 1 | -5/+2 |
* | Add an entry about some tty devices being renamed. | phk | 2004-10-18 | 1 | -0/+8 |
* | Major overhaul. | glebius | 2004-10-18 | 3 | -361/+281 |
* | Annotate that get_cyclecount() can be expensive on some platforms, | rwatson | 2004-10-18 | 1 | -0/+4 |
* | Fixed MAKEOBJDIRPREFIX variable type check in case the env(1) | ru | 2004-10-18 | 1 | -1/+2 |
* | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 1 | -3/+3 |
* | Sync with sys/i386/include/endian.h: use the single instruction 'bswap'. | obrien | 2004-10-18 | 2 | -0/+8 |
* | Replaced afterinstall: with equivalent FILES and SYMLINKS. | ru | 2004-10-18 | 1 | -34/+33 |
* | New directory added for Argentinian timezones. | wollman | 2004-10-18 | 1 | -0/+2 |
* | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 1 | -5/+2 |
* | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 2 | -12/+4 |
* | Modify behaviour of `xargs -I` in order to: | cperciva | 2004-10-18 | 1 | -2/+2 |
* | Remove unused computation of memory size. | thomas | 2004-10-18 | 1 | -1/+0 |
* | Correct several instances where calls to vfs_getvfs() resulting in | rwatson | 2004-10-18 | 1 | -13/+61 |
* | Update to readline 5.0 | ache | 2004-10-18 | 1 | -3/+7 |
* | Since sendfile(2) works on regular files only, | yar | 2004-10-18 | 1 | -1/+1 |
* | Utilize FILES and SYMLINKS. | ru | 2004-10-18 | 1 | -181/+69 |
* | Back out termcap -> ncurses change in LDADD/DPADD | ache | 2004-10-18 | 1 | -2/+2 |
* | Upgrade to 5.0 | ache | 2004-10-18 | 1 | -1/+1 |
* | Correct two errors in PG_BUSY management by vm_page_cowfault(). Both | alc | 2004-10-18 | 1 | -2/+1 |
* | Upgrade to 5.0 | ache | 2004-10-18 | 2 | -8/+6 |
* | Update for 5.0 | ache | 2004-10-18 | 1 | -6/+23 |
* | Merge local changes | ache | 2004-10-18 | 1 | -11/+48 |
* | Remove files not in 5.0 | ache | 2004-10-18 | 8 | -5270/+0 |
* | Update instructions | ache | 2004-10-18 | 1 | -4/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r136647, | ache | 2004-10-18 | 2 | -8/+2 |
|\ |
|