summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't leave the CDROM tray locked if an attempt to mount it is made andmsmith1998-12-231-1/+2
* Add entries for DUMMYNET and BRIDGEluigi1998-12-222-2/+16
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-222-8/+8
* The result of running make linux_sysent.c on the new syscalls.mastersos1998-12-223-4/+5
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* The result of running make linux_sysent.c on the new syscall.master filesos1998-12-213-4/+4
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after havingsos1998-12-211-2/+2
* As promised, cleanup the #if __FreeBSD_version mess.joerg1998-12-211-41/+3
* Include rdp(4).joerg1998-12-213-3/+8
* This commit was generated by cvs2svn to compensate for changes in r41980,joerg1998-12-212-0/+1680
|\
| * This is my first cut on a driver for the RealTek RTL 8002 pocketjoerg1998-12-212-0/+1680
* Regrettably, you can't take setdef0.c out of order, or, surprise,msmith1998-12-211-3/+3
* Fixed building elf kernels without a `make depend' step. The magicbde1998-12-201-3/+3
* Move the "generic" SMP options from options.i386 to conf/optionsmsmith1998-12-191-7/+2
* Make it compile again.sos1998-12-191-5/+5
* Wait for channel commands to complete after issuing the commands.bde1998-12-191-15/+29
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-198-18/+206
* Little reorganization:dt1998-12-192-24/+17
* Removed unused (slightly wrong) stub functions.bde1998-12-181-21/+5
* Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))bde1998-12-171-3/+4
* Fixed handling of BREAK in input. BREAK was not being converted into anbde1998-12-171-3/+7
* Oops, this should have been in the previous commit (ensure atomic updatebde1998-12-171-1/+3
* Implemented sending of BREAKs. This is quite complicated because thebde1998-12-172-15/+171
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-163-29/+2
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-164-7/+7
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-162-11/+8
* Best version so far. Flicker floor is now 2e-12.phk1998-12-161-15/+28
* Oops, I forgot to commit two diffs to fe driver.kato1998-12-151-15/+1
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,kato1998-12-151-1282/+2341
* Fixed misformatted error messages. wderror() was broken way backbde1998-12-151-3/+3
* Pull in new ccb_hdr list types.gibbs1998-12-151-1/+2
* Moved the declaration of another non-SMP variable into the non-SMP section.bde1998-12-141-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-143-8/+12
* Ifdefed the declarations of conditionally used variables.bde1998-12-141-3/+6
* Fixed LINT breakage in previous commit. Option FDC_YE enabled abde1998-12-141-6/+6
* Fix tabs that should have been spaces. Some were in kernel error messages.mckay1998-12-142-44/+44
* Get rid of uninitialized variable warnings. No bugs found, justdillon1998-12-141-2/+3
* Get rid of uninitialized warning for local variable 'c'. There was nodillon1998-12-141-5/+7
* author was assuming that nextpaddr declared *inside* the do loop woulddillon1998-12-141-30/+37
* Change local ddb_mode variable to volatile to handle GCC warning aboutdillon1998-12-141-2/+2
* Fix 3-byte buffer overflow.eivind1998-12-131-3/+3
* Fix typo - [0], [1], [2], not [0], [1], [3].eivind1998-12-131-2/+2
* wcd_read_toc returns zero on success and EIO on failure, so change thesteve1998-12-131-2/+2
* Fix typo - sizeof(struct crtl *) -> sizeof(struct ctrl *).eivind1998-12-131-1/+1
* Added all the options to LINT with descriptions. Haven't tried to compilen_hibma1998-12-132-2/+66
* dded the stubs for umodem and ucom (communications class driver). They are no...n_hibma1998-12-131-1/+4
* Remove warning introduced by the last committer.eivind1998-12-131-2/+2
* Another extra pointer check.eivind1998-12-131-1/+1
* Add support for the YE-Data external PCMCIA floppy driver. Thisimp1998-12-125-11/+381
OpenPOWER on IntegriCloud