summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype)peter1996-01-011-2/+8
* Make pipe() return a set of bidirectional pipe fd's rather than one-way onlypeter1996-01-011-3/+3
* Restrict /devfs/io perms to 0600.joerg1995-12-312-4/+4
* In memory test, cast pointer as "volatile int *", not "int *" to make suredg1995-12-302-18/+18
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-307-1870/+0
* recording cvs-1.6 file deathpeter1995-12-30135-58644/+0
* Use a medium_type field of 0 (Default), instead of the value that wasjoerg1995-12-301-3/+9
* Copied mcount.c from the library again. #include'ing it via a relativebde1995-12-301-3/+325
* Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support atbde1995-12-303-3/+9
* Oops, forgot a little difference between my src-tree and ours...sos1995-12-302-4/+4
* Fixed a bug with the ATAPI_STATIC option, so it compiles again.sos1995-12-291-3/+8
* My first shot at get sound to work on the emulator.sos1995-12-296-16/+254
* Added SYSVSHM definesos1995-12-291-2/+2
* Implemented non-statistical kernel profiling. This is based onbde1995-12-2911-280/+665
* Fixed erroneous resending of the output buffer.bde1995-12-292-22/+68
* Oops, this should have been committed with the other Hayes ESP changes.bde1995-12-293-0/+228
* Added support for the Hayes ESP serial card.bde1995-12-296-6/+366
* 1) ifdef out some unused functions (for now)markm1995-12-294-40/+66
* Make a couple of options that hurt when they're removed morejkh1995-12-295-22/+39
* Remove some bogus externs.dg1995-12-291-4/+1
* Add the attempted DMA address to the 'DMA beyond end of ISA' message so thatpeter1995-12-291-2/+3
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-285-129/+8
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-285-53/+226
* Don't print swap server as root server.phk1995-12-282-4/+4
* Fix one more label that I overlooked with the P6 support. Sigh.dg1995-12-283-6/+6
* 1) Add #include <machine/cpu.h> to catch some 586 #definesmarkm1995-12-282-4/+6
* Preserve SIGP bit when clearing INTF condition.se1995-12-281-3/+3
* Add more disc_optim calls to track line disc changesache1995-12-282-0/+6
* Gack - if you're going to call semexit() from elsewhere, it shouldn'tjkh1995-12-281-2/+2
* Added $Id$.asami1995-12-283-0/+6
* Added parity flag.asami1995-12-281-1/+2
* Update bcopyb & bcopy to reflect changes I made in the libc version ofdg1995-12-273-21/+36
* Add NEC CDR 210 to list of devices with broken LUN supportpst1995-12-271-1/+9
* Finished removing MACH_KERNEL stuff.bde1995-12-272-12/+2
* Call semexit() from exit(), in order to process `undo vectors'.joerg1995-12-273-4/+12
* random_machdep.c: New version, also includes revectored interrupts, rathermarkm1995-12-275-435/+493
* Clean up and make more universal. Next version of random device.markm1995-12-272-10/+32
* Modify the ioctl to handle revectored interrupts for the entropy gatherers.markm1995-12-272-10/+60
* This commit was generated by cvs2svn to compensate for changes in r13053,asami1995-12-271-0/+206
|\
| * ccdvar.h from NetBSD-1.1.asami1995-12-271-0/+206
* | Changes to make it work on FreeBSD-2.1.asami1995-12-272-72/+226
* | This commit was generated by cvs2svn to compensate for changes in r13041,asami1995-12-271-0/+1428
|\ \ | |/
| * ccd.c and ccd.4 from NetBSD-current circa 12/25/95.asami1995-12-271-0/+1428
* | ccd.c and ccd.4 from NetBSD-current circa 12/25/95.asami1995-12-271-0/+1428
* | Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.peter1995-12-261-1/+11
* | I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)joerg1995-12-261-2/+2
* | Removed nonexistent option AUTO_EOI_1.bde1995-12-263-18/+6
* | Removed almost all traces of libkern.a. The objects that were inbde1995-12-2610-179/+53
* | Added prototypes.bde1995-12-262-5/+15
* | Renamed isa/random.c to isa/random_machdep.c to avoid a conflict withbde1995-12-264-6/+441
OpenPOWER on IntegriCloud