| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix comment to match reality.. | julian | 1999-08-25 | 2 | -2/+4 |
* | | Fix patch so it applies without asking for a filename. | dwhite | 1999-08-24 | 1 | -21/+29 |
* | | Devfs now adds itself to the hook that PHK supplies. | julian | 1999-08-24 | 1 | -1/+21 |
* | | Initialize the si_bsize fields for the MFS bogodevices. | phk | 1999-08-24 | 1 | -2/+13 |
* | | Remove unneeded prototypes. | phk | 1999-08-24 | 1 | -8/+1 |
* | | Work around a bad design in some PnP BIOS code whereby the BIOS can reach | msmith | 1999-08-24 | 2 | -4/+22 |
* | | Move ipxrouted.dmp from /tmp to /var/log to make it more difficult to hijack. | jhay | 1999-08-24 | 2 | -4/+4 |
* | | Fix bug introduced in rev 1.28, which causes kernel build to break for | sheldonh | 1999-08-24 | 1 | -2/+4 |
* | | Cosmetic: Correct the Id string. | alc | 1999-08-24 | 2 | -2/+2 |
* | | Make the comments nice, short-but-sweet XXX format. | green | 1999-08-24 | 1 | -10/+3 |
* | | When the SYSINIT() was removed, it was replaced with a make_dev on-demand | green | 1999-08-24 | 1 | -1/+2 |
* | | Correct the mode information for the VGA mode X. | yokota | 1999-08-24 | 2 | -5/+8 |
* | | This cleans up all the white space errors so that the next | rgrimes | 1999-08-24 | 6 | -419/+419 |
* | | Change PN_RXLEN from 1518 bytes to 1536 bytes. The chip always DMAs data | wpaul | 1999-08-24 | 2 | -6/+6 |
* | | Document the setstate command. | grog | 1999-08-24 | 1 | -6/+22 |
* | | Change declaration for initsd. | grog | 1999-08-24 | 1 | -1/+4 |
* | | parseline(): Reset the -w flag. | grog | 1999-08-24 | 1 | -27/+29 |
* | | vinum_info(): Add support for logging subdisk I/O. | grog | 1999-08-24 | 1 | -17/+21 |
* | | Tidy up some indentation and comments. | grog | 1999-08-24 | 1 | -15/+109 |
* | | set_sd_state: Correct the conditions for bringing up empty or | grog | 1999-08-24 | 1 | -44/+73 |
* | | Lock stripes of striped and RAID-5 plexes before writing them. This | grog | 1999-08-24 | 1 | -25/+36 |
* | | Add keywords setstate, checkparity, rebuildparity. | grog | 1999-08-24 | 2 | -8/+14 |
* | | Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states. | grog | 1999-08-24 | 2 | -7/+15 |
* | | format_config: print preferred plex correctly. | grog | 1999-08-24 | 1 | -0/+1 |
* | | Change parameters of unlockrange to allow calling from revive_block, | grog | 1999-08-24 | 2 | -26/+26 |
* | | Add declaration for vinum_setstate_by_force. | grog | 1999-08-24 | 1 | -1/+2 |
* | | give_sd_to_drive: If we don't have space, deallocate the subdisk. | grog | 1999-08-24 | 1 | -26/+56 |
* | | vinumclose: close raw plexes and subdisks. | grog | 1999-08-24 | 1 | -10/+16 |
* | | Add support for logging subdisk I/O. | grog | 1999-08-24 | 2 | -18/+32 |
* | | This commit was generated by cvs2svn to compensate for changes in r50276, | peter | 1999-08-24 | 532 | -0/+150840 |
|\ \ |
|
| * | | Import unmodified (but trimmed) ncurses 5.0 prerelease 990821. | peter | 1999-08-24 | 532 | -0/+150840 |
| / |
|
* | | Cast pointers to uintptr_t instead of casting them to u_long, and/or vice | bde | 1999-08-24 | 8 | -21/+22 |
* | | Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don't | bde | 1999-08-24 | 1 | -4/+4 |
* | | Cast pointers to uintptr_t instead of casting them to u_long. They | bde | 1999-08-24 | 1 | -5/+5 |
* | | Fixed a misplaced cast to uintptr_t. Cosmetic. | bde | 1999-08-24 | 4 | -28/+16 |
* | | Cast pointers to uintptr_t instead of casting them to u_long. Don't | bde | 1999-08-24 | 1 | -4/+5 |
* | | Use devtoname to print dev_t's instead of casting them to u_long for | bde | 1999-08-23 | 1 | -6/+7 |
* | | `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it. | bde | 1999-08-23 | 2 | -8/+6 |
* | | Cosmetic: bring closer to RELENG_3 | brian | 1999-08-23 | 1 | -3/+3 |
* | | Implement a version of s_lock_try that doesn't cause the next s_lock | alc | 1999-08-23 | 1 | -20/+20 |
* | | Oops, the previous commit was missing a new include. | bde | 1999-08-23 | 2 | -0/+2 |
* | | Complain if this file is included. | phk | 1999-08-23 | 1 | -1/+9 |
* | | Now that we can bind cdevsw to the individual dev_t, divorce the PERFMON | phk | 1999-08-23 | 3 | -51/+36 |
* | | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | bde | 1999-08-23 | 6 | -10/+10 |
* | | Reset the UHCI controller when the device comes back from suspend. | n_hibma | 1999-08-23 | 4 | -28/+79 |
* | | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 102 | -2158/+479 |
* | | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 11 | -58/+61 |
* | | The nexus_attach() code works a lot better if it's actually connected to | peter | 1999-08-23 | 4 | -48/+24 |
* | | Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCK | alc | 1999-08-23 | 4 | -19/+9 |
* | | Add 'options MFS_ROOT' back in to kernel configs -- not going to get far | dwhite | 1999-08-23 | 4 | -4/+8 |