summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Oops, I committed wrong version of these files in the last commit!yokota1999-01-112-73/+151
* Added file handling to ulpt (USB printer) drivern_hibma1999-01-113-4/+43
* Use truncate() instead of otruncate() - step on the way to stoppingeivind1999-01-102-6/+6
* Remove warningn_hibma1999-01-101-3/+1
* Disable kzipping the loader; it seems to be breaking the aout-to-elf buildmsmith1999-01-101-3/+3
* Tweak the vr_start() and vr_rxeof() routines a little to improvewpaul1999-01-104-62/+26
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-1024-199/+287
* Remove warningn_hibma1999-01-101-2/+1
* Remove redundant line of code.steve1999-01-101-2/+1
* Forgotten options needed to build last ppbus commit.nsouch1999-01-103-4/+12
* Remove check from where arp replies are coming from -- when doing bridging,luigi1999-01-101-1/+3
* Fix broken low level ppb_rxxx() return type: char becomes u_char.nsouch1999-01-108-65/+63
* Use etc/make.conf settings for serial port and speed.rnordier1999-01-106-16/+28
* Damn, I thought I had committed this already, but it seems not.peter1999-01-104-12/+12
* Add hooks for the Iprobe kernel profiler.dfr1999-01-103-3/+34
* Major ppbus commit with:nsouch1999-01-1020-368/+2880
* Suggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not inmjacob1999-01-103-13/+15
* Back out last change to sysctl.phk1999-01-106-67/+2
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optiondes1999-01-106-8/+73
* Enable escapes for $ to make it possible to insert variable names intomsmith1999-01-102-4/+9
* Add some prototype deadchip detection. Set FIFO bursting (1XX0 only-mjacob1999-01-101-48/+88
* up isp_fifo_threshold NVRAM storage to 3 bits (for future 128 bit)mjacob1999-01-101-3/+3
* add MEMZERO portability definesmjacob1999-01-102-4/+8
* Amazingly stupid forgetfullness had me forgetting to turn on FIFO burstsmjacob1999-01-102-8/+8
* If we can't open alias.log, don't try to write to thebrian1999-01-101-2/+4
* KNFize, by bde.eivind1999-01-1022-101/+92
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-097-38/+43
* Oops --<, replace 1.216 with a version that actually check pv_entries (anddt1999-01-092-6/+10
* Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoidmsmith1999-01-091-2/+2
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-099-7/+2757
* Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.nsouch1999-01-091-8/+7
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-0912-84/+196
* Fix the disappearing da0 problem.nsouch1999-01-091-1/+5
* Removed a stray label that broke compiling in the (elf && profiling) case.bde1999-01-093-6/+3
* Remove a diagnostic message left in by mistake.dfr1999-01-091-3/+2
* Fixed switching between consoles (sc0, vt0 or sioN) in userconfig.bde1999-01-092-2/+4
* Implement a mechanism for a module to report a small amount of moduledfr1999-01-093-4/+45
* Implement support for adding syscalls in KLD modules.dfr1999-01-092-2/+126
* Fixed pedantic syntax errors caused by a trailing semicolon in a macrobde1999-01-092-4/+4
* Removed the asm version of translate_bytes(). When both the Cbde1999-01-091-29/+0
* Removed buggy, `#if 0'ed asm version of translate_bytes() instead ofbde1999-01-091-18/+0
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-4/+6
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-092-16/+16
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-092-26/+32
* cleanup: remove part of the code for 2.1.kjc1999-01-092-72/+256
* Add the new keyboard driver and video card driver. They will beyokota1999-01-0918-0/+10004
* kzip the loader, this shrinks it to about 60% of its original size.msmith1999-01-091-1/+3
* Extend bd_print() so that it displays slices and partitions on disks.msmith1999-01-091-7/+82
* Add a description for 'lsdev' so that it shows up in the '?' displaymsmith1999-01-091-2/+3
* Fix faulty logic in handling userconfig_script, INTRO_USERCONFIG andabial1999-01-081-3/+13
OpenPOWER on IntegriCloud