| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't copy the trailing zero in readlink, it confuses namei(). | phk | 2001-05-26 | 1 | -1/+1 |
* | o pcred-removal changes included modifications to optimize the setting of | rwatson | 2001-05-26 | 1 | -7/+8 |
* | o Include file to provide prototypes for regression testing-specific | rwatson | 2001-05-26 | 1 | -0/+38 |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 38 | -8717/+55 |
* | add Dualmode Zoom/FaxModem 56K (internal) Model 2919 | sanpei | 2001-05-26 | 2 | -0/+2 |
* | Dang, I lost the sign in that brucification. DTRT with PCATCH. | phk | 2001-05-26 | 1 | -17/+17 |
* | Currently, each wireless networking driver has it's own control program | phk | 2001-05-26 | 12 | -9/+1168 |
* | Create a general facility for making dev_t's depend on another | phk | 2001-05-26 | 8 | -44/+56 |
* | Remove pcm hints here now that it's gone from GENERIC. | jkh | 2001-05-26 | 2 | -8/+0 |
* | Update reality in the strings comment | dougb | 2001-05-26 | 2 | -2/+2 |
* | catch up to i386: Don't acquire Giant just to print the trap and panic | gallatin | 2001-05-25 | 1 | -2/+0 |
* | make this compile. | gallatin | 2001-05-25 | 1 | -1/+1 |
* | track the One True Architecture (i386) | mjacob | 2001-05-25 | 1 | -4/+4 |
* | Fix a minor formatting nit | imp | 2001-05-25 | 1 | -1/+1 |
* | Add vm locking to sendfile(2) and sf_buf_free(). | jhb | 2001-05-25 | 1 | -5/+13 |
* | Move to using the common device list. | imp | 2001-05-25 | 2 | -119/+99 |
* | Separate out pci cardbus bridge definitions to a common file for use | imp | 2001-05-25 | 2 | -37/+66 |
* | JHB would prefer the KTR examples not be in here. | obrien | 2001-05-25 | 2 | -8/+0 |
* | Migrate from unit based to dev base. Don't save unit number, but do save | imp | 2001-05-25 | 3 | -13/+15 |
* | Add a check to determine whether extended attributes have been | tmm | 2001-05-25 | 1 | -0/+8 |
* | Update copyright info | imp | 2001-05-25 | 5 | -6/+6 |
* | Take pcm (audio) back out of GENERIC; there appears to be some | jkh | 2001-05-25 | 2 | -6/+0 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 33 | -368/+484 |
* | Fix DMA on machines with more than 128MB. | scottl | 2001-05-25 | 1 | -1/+1 |
* | Make if_tun's clone create SI_CHEAPCLONE devices. | phk | 2001-05-25 | 1 | -0/+1 |
* | Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t, | phk | 2001-05-25 | 1 | -11/+12 |
* | + Turn on SMP support by default (yes an Alpha SMP kernel works on | obrien | 2001-05-25 | 2 | -0/+14 |
* | Don't lie to diskerr() now that it listens to us. | phk | 2001-05-25 | 2 | -10/+0 |
* | Use the name given to the dev_t, rather than creating our own. | phk | 2001-05-25 | 1 | -1/+2 |
* | Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) | hm | 2001-05-25 | 23 | -51/+4646 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 24 | -7999/+39 |
* | Add intrack field to each slot. This can be used to acknowledge | imp | 2001-05-25 | 2 | -0/+4 |
* | Minor name space issues. | imp | 2001-05-25 | 1 | -19/+20 |
* | Don't rely on cdevsw_add() when we hack about with dev_t's. | phk | 2001-05-24 | 1 | -0/+2 |
* | Don't take the detour around devsw() to find out if the proto-cdevsw | phk | 2001-05-24 | 1 | -3/+1 |
* | Oops. Unremove vestiges of the old, broken sound drivers. They are now | bde | 2001-05-24 | 3 | -0/+1580 |
* | whitespace/style | alfred | 2001-05-24 | 1 | -1/+2 |
* | Stick VM syscalls back under Giant if the BLEED option is not defined. | jhb | 2001-05-24 | 2 | -0/+57 |
* | Add a new kernel option 'BLEED' to be used for code that is still under | jhb | 2001-05-24 | 1 | -0/+1 |
* | Remove vestiges of the old, broken sound drivers. | bde | 2001-05-24 | 3 | -1580/+0 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 4 | -4/+4 |
* | mount_umap(8) -> mount_umapfs(8). | ru | 2001-05-24 | 1 | -1/+1 |
* | mount_null(8) -> mount_nullfs(8). | ru | 2001-05-24 | 1 | -4/+4 |
* | (Re-)enabled boot2. | nyan | 2001-05-24 | 1 | -1/+1 |
* | Update boot[12] program to compile ELF binary. | nyan | 2001-05-24 | 6 | -117/+92 |
* | Restrict even further what parts of <sys/conf.h> can be seen from | phk | 2001-05-24 | 2 | -4/+12 |
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 3 | -2/+14 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 10 | -15/+88 |
* | Use bus_space functions rather than inb/outb. | imp | 2001-05-24 | 5 | -20/+28 |
* | Produce a config-time warning about EXT2FS and GPL_MATH_EMULATE | peter | 2001-05-24 | 2 | -2/+4 |