summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Isolate old constant NCP_VOLNAME_LEN.bp1999-10-142-2/+6
* Fix a race condition with shared fd tables and writev(). It'sgreen1999-10-141-2/+7
* Add a missing spl lowering.green1999-10-141-0/+1
* Add support for the version 4 firmware interface and the DAC960 PG andmsmith1999-10-145-58/+180
* Remove reference to obsolete initsd function.grog1999-10-131-3/+1
* Divide the Alpha's hz of 1024 by 8 to obain a stathz of 128. Thisgallatin1999-10-132-1/+8
* Don't match non-IDE devices in probe.dfr1999-10-131-0/+4
* Sync with sys/i386/isa/pcaudio.c revision 1.55.kato1999-10-131-1/+0
* Sync with sys/i386/isa/mse.c revision 1.48.kato1999-10-131-3/+0
* Sync with sys/i386/i386/machdep.c revision 1.370.kato1999-10-132-2/+6
* Sync with sys/i386/conf/majors.i386 revision 1.87.kato1999-10-131-2/+8
* Sync with sys/i386/conf/files.i386 revision 1.277.kato1999-10-132-4/+0
* Sync with sys/i386/conf/Makefile.i386 revision 1.160.kato1999-10-132-0/+8
* Sync with sys/boot/i386/btx/btx/Makefile and btx.s revisions 1.7 andkato1999-10-133-9/+138
* change identical and "programming error" panic("mcopy*")'s intoalfred1999-10-131-12/+9
* Fix a security bug. eflags was copied verbatim from userland.marcel1999-10-132-2/+4
* Change default revive block size to 60 kB (was 64 kB), and set agrog1999-10-131-2/+16
* Add glue for passing revive block size, and also for initializing agrog1999-10-131-4/+10
* revive_block: Add a check for a too high revive block size. This isgrog1999-10-131-2/+135
* launch_requests:grog1999-10-131-9/+41
* MMalloc: don't supply M_WAITOK when mallocing from an interruptgrog1999-10-131-23/+29
* struct vinum_ioctl_msg: Add fields verify (for initsd) and blocksizegrog1999-10-131-0/+3
* Fix another instance of vinum_scandisk giving a request to the daemongrog1999-10-131-10/+10
* Limit the number of outstanding requests on a specific drive andgrog1999-10-131-0/+25
* Modify definition of Malloc: only M_WAITOK if we're not in angrog1999-10-131-2/+6
* Change the declaration of initsd.grog1999-10-131-1/+2
* Add some private storage so that we can queue requests in an interruptgrog1999-10-132-4/+36
* Format documentations in the form that gdb appears to want.grog1999-10-131-13/+65
* Add macro 'msgbuf' for printing out msgbuf.grog1999-10-131-0/+6
* Enable MTRR support for K7 (Athlon) processors, which happens to have thegreen1999-10-122-6/+8
* allow pci_ioctl to work with multi-hose alphas.gallatin1999-10-125-9/+31
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-1223-212/+283
* aThis patch updates the BTX to emulate the BIOS function "Copy Extendedjhb1999-10-123-9/+138
* Bring support for opti931 in from the old driver.dfr1999-10-122-10/+64
* Allow this driver to open disks with no labels (CDROMS don't).dfr1999-10-121-1/+2
* Include opt_compat.h now the old signalling syscalls are of type COMPAT.marcel1999-10-121-0/+1
* Fix APM's make_devs:nsayer1999-10-122-2/+4
* Move SIG_HOLD back to signalvar.h.marcel1999-10-123-22/+15
* Initialize tp->t_stop to nottystop.nyan1999-10-121-0/+1
* Don't let osigaction and osigvec accept the new signal numbers.marcel1999-10-121-47/+46
* Initial import of ncp library sources.bp1999-10-124-0/+423
* Remove unnessary includes.bp1999-10-1220-92/+0
* Now that userland, including modules don't use the osig* syscallsmarcel1999-10-128-51/+48
* Now that userland including modules don't use the osig* syscalls,marcel1999-10-121-5/+5
* Blank out the twiddly thing when outputting the ``BTX loader'' message.brian1999-10-124-4/+4
* Unremove used includes.bde1999-10-121-0/+2
* Remember folks, it's:msmith1999-10-123-0/+3
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-1131-377/+346
* remove unnecessary includesmjacob1999-10-112-6/+0
* remove unused #includesphk1999-10-113-3/+0
OpenPOWER on IntegriCloud