summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make osendsig global. It's used by the Linuxulator.marcel2000-12-051-1/+3
* Update Makefile to follow acpica-1115 import.takawata2000-12-052-2/+2
* Fixed manpage building.ru2000-12-051-3/+3
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.mjacob2000-12-051-6/+10
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0mjacob2000-12-051-31/+31
* Remove more printfs and use either isp_prt or device_printf. Remembermjacob2000-12-052-68/+74
* Remove call to bzero after MALLOC and instead add M_ZEROmarcel2000-12-051-2/+1
* Start to make code more generic so it can be used by the pccbb driverimp2000-12-052-22/+19
* Update for OpenSSH 2.3.0.green2000-12-053-6/+15
* Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-0534-861/+2289
* Forgot to remove the old line in the last commit.green2000-12-052-2/+0
* This commit was generated by cvs2svn to compensate for changes in r69587,green2000-12-0545-648/+2407
|\
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-0572-1442/+3643
* | Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-0513-142/+32
* | ACPI HID's aren't limited to 7 characters. Don't check the length of themsmith2000-12-051-2/+2
* | Remove duplicate linebrian2000-12-041-1/+0
* | Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-0417-43/+50
* | Drop out of our main loop due to a signal rather than handling things in thebrian2000-12-041-24/+28
* | Cleanup some leftover lint from the old interrupt system.peter2000-12-0430-728/+176
* | Turn off the load_eject bit in cdstartunit(). It causes an `Invalidjoerg2000-12-041-1/+1
* | Wait DAD complete after ifconfig up.ume2000-12-042-2/+14
* | - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpdume2000-12-041-102/+170
* | Fix for vanilla PC164 systems to use a slightly different PALcode magicmjacob2000-12-042-2/+39
* | test strdup() failures.ume2000-12-041-5/+7
* | (1) Allow a stray lock prefix to be compiled out with thejake2000-12-042-32/+48
* | Whitespace. Fix indentation, align comments.jake2000-12-041-17/+17
* | Whitespace. Fix an overly long line.jake2000-12-041-2/+2
* | Remove if defined(tahoe) cobwebs.jake2000-12-041-4/+0
* | remove struct mount from useland visibilityalfred2000-12-042-1/+5
* | mdoc(7) police: fix formatting errors in rev 1.27.ru2000-12-041-13/+27
* | Added termcap entry for multilingual sysinstallhosokawa2000-12-041-0/+11
* | When recording the original arguments, stop short if we encounterjdp2000-12-041-0/+10
* | Comment out debug printfs about enable/disable ints.mjacob2000-12-041-2/+2
* | When recording the original arguments, don't (ab)use "nargc" forjdp2000-12-041-3/+4
* | More M_ZERO patches.dwmalone2000-12-032-25/+20
* | Fix cross-building once again.marcel2000-12-031-1/+1
* | Add warning on file-fragmentation issues related to MAP_NOSYNCdillon2000-12-031-0/+15
* | Add the NS DP83815 to the list of supported chips by the sis driver.alex2000-12-032-4/+8
* | We now have the ability to assign the correct IRQ when PNP-OS is turnednsayer2000-12-034-40/+0
* | Remove register keyword usage with prejudice.asmodai2000-12-034-16/+16
* | Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install pathache2000-12-031-1/+3
* | Add controller number to unknown incoming call log message.hm2000-12-031-3/+3
* | Bugfix: enable interrupt sharing for ELSA Microlink ISDN PCIhm2000-12-031-2/+2
* | Use M_ZERO.dwmalone2000-12-031-22/+12
* | Check return value of malloc correctly and use M_ZERO.dwmalone2000-12-031-7/+6
* | Tidy up some prototypes:dwmalone2000-12-033-7/+10
* | Update SCSI info for PC164wilko2000-12-031-5/+9
* | - add support for crashdumps (courtesy of ps and Y!)msmith2000-12-033-185/+273
* | Fix up a whitespace glitch in PHOLD() and fix it to use do { ... } while(0)jhb2000-12-031-3/+3
* | Include machine/cpu.h for cpu_getstack().marcel2000-12-031-0/+2
OpenPOWER on IntegriCloud