summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatmarcel1999-08-252-106/+140
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-252-4/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-2512-71/+58
* Add a couple of missing but unimportant break; statements.phk1999-08-251-1/+3
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-259-110/+304
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-252-172/+174
* Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingmarcel1999-08-251-1/+1
* Some very minor changes to the ISA dma code.dfr1999-08-251-3/+3
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.msmith1999-08-253-10/+10
* Use the far jump for the base of the page arithmatic rather than thepeter1999-08-253-9/+10
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-256-135/+127
* Make DEVFS ops reflect some of the changes that have recently occured in thejulian1999-08-251-60/+173
* Fix comment to match reality..julian1999-08-252-2/+4
* Devfs now adds itself to the hook that PHK supplies.julian1999-08-241-1/+21
* Initialize the si_bsize fields for the MFS bogodevices.phk1999-08-241-2/+13
* Remove unneeded prototypes.phk1999-08-241-8/+1
* Work around a bad design in some PnP BIOS code whereby the BIOS can reachmsmith1999-08-242-4/+22
* Fix bug introduced in rev 1.28, which causes kernel build to break forsheldonh1999-08-241-2/+4
* Cosmetic: Correct the Id string.alc1999-08-242-2/+2
* When the SYSINIT() was removed, it was replaced with a make_dev on-demandgreen1999-08-241-1/+2
* Correct the mode information for the VGA mode X.yokota1999-08-242-5/+8
* Change PN_RXLEN from 1518 bytes to 1536 bytes. The chip always DMAs datawpaul1999-08-242-6/+6
* set_sd_state: Correct the conditions for bringing up empty orgrog1999-08-241-44/+73
* Lock stripes of striped and RAID-5 plexes before writing them. Thisgrog1999-08-241-25/+36
* Add keywords setstate, checkparity, rebuildparity.grog1999-08-242-8/+14
* Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.grog1999-08-242-7/+15
* format_config: print preferred plex correctly.grog1999-08-241-0/+1
* Change parameters of unlockrange to allow calling from revive_block,grog1999-08-242-26/+26
* Add declaration for vinum_setstate_by_force.grog1999-08-241-1/+2
* give_sd_to_drive: If we don't have space, deallocate the subdisk.grog1999-08-241-26/+56
* vinumclose: close raw plexes and subdisks.grog1999-08-241-10/+16
* Add support for logging subdisk I/O.grog1999-08-242-18/+32
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-248-21/+22
* Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don'tbde1999-08-241-4/+4
* Cast pointers to uintptr_t instead of casting them to u_long. Theybde1999-08-241-5/+5
* Fixed a misplaced cast to uintptr_t. Cosmetic.bde1999-08-244-28/+16
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tbde1999-08-241-4/+5
* Use devtoname to print dev_t's instead of casting them to u_long forbde1999-08-231-6/+7
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.bde1999-08-232-8/+6
* Implement a version of s_lock_try that doesn't cause the next s_lockalc1999-08-231-20/+20
* Oops, the previous commit was missing a new include.bde1999-08-232-0/+2
* Complain if this file is included.phk1999-08-231-1/+9
* Now that we can bind cdevsw to the individual dev_t, divorce the PERFMONphk1999-08-233-51/+36
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-236-10/+10
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-234-28/+79
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-23102-2158/+479
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-2311-58/+61
* The nexus_attach() code works a lot better if it's actually connected topeter1999-08-234-48/+24
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-234-19/+9
* Correct the inconsistent formatting in struct vm_map.alc1999-08-231-2/+2
OpenPOWER on IntegriCloud