summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-08-178-70/+77
* Fixed printf format errors. sppp_dotted_quad() was yet another private,bde1998-08-171-9/+10
* FIxed printf format errors. Most of them were exposed by our ntohl()bde1998-08-171-25/+31
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-1610-8/+3469
* Enable kernel dumps on SLICE systems.des1998-08-161-1/+3
* Make ELF kernels build again.jdp1998-08-162-2/+5
* Revamp the ELF include files to better support architecture-independentjdp1998-08-166-337/+292
* Fixed a style bug (a long line) in the previous commit.bde1998-08-161-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-1630-109/+125
* Cast an int to (intptr_t) before casting it to (void *).bde1998-08-162-8/+8
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingbde1998-08-162-12/+12
* pmap.c:bde1998-08-169-42/+44
* Use an array of uintptr_t's instead of an array of u_longs to holdbde1998-08-161-2/+2
* Cast to `char *' instead of to u_long to help add byte offsets tobde1998-08-151-4/+5
* Oops, the printf format error fixes confused curp->area with a pointer.bde1998-08-151-3/+2
* Oops, the previous fix confused Linux's sigset_t with a pointer type.bde1998-08-152-10/+10
* Fixed yet more ioctl breakage due to the type of the `cmd' arg changingbde1998-08-152-7/+7
* Made some disgusting ifdefs even more disgusting to enable the supportbde1998-08-1510-22/+22
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-153-3/+9
* - change at2pc98() into global from static.kato1998-08-151-2/+10
* Sync with sys/i386/isa/syscons.c revision 1.274.kato1998-08-151-4/+4
* Only write a filemark on close when data has actually been written.sos1998-08-142-10/+10
* Change cmd argument to dsioctl from int to u_long.dfr1998-08-141-2/+2
* Changed \n to \r in the mouse cutbuffer, this makes pine & Emacssos1998-08-142-8/+8
* Fix BNC/AUI autodetection.msmith1998-08-132-36/+64
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-134-12/+14
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-135-355/+192
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-135-121/+373
* I managed to break sparse configuration accesses with my last commit.dfr1998-08-131-3/+3
* Protect all modifications to v_numoutput with splbio().dfr1998-08-135-10/+18
* Protect all modifications to paging_in_progress with splvm().dfr1998-08-131-1/+3
* Sync with sys/i386/isa/sio.c revision 1.210.kato1998-08-132-30/+20
* Remove some #if 0'd and commented-out code.brian1998-08-122-68/+4
* One-liner: add a call to the underlying device driver's SIOCDELMULTIwpaul1998-08-121-1/+2
* "The releaseing of the reference and lock is not temporary and belongsmsmith1998-08-123-4/+1
* Handle the case of moving a directory onto the top of a sibling'sjulian1998-08-123-7/+58
* Don't configure compatibility code for pre-Lite2 mount() calls bybde1998-08-124-16/+16
* Removed support for FreeBSD-1.x.bde1998-08-121-6/+1
* Fixed printf format errors.bde1998-08-121-50/+4
* Removed unused includes.bde1998-08-123-64/+3
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingbde1998-08-122-104/+54
* Fixed printf format errors.bde1998-08-122-14/+12
* Modify the internal interfaces to the kernel linker to make it possibledfr1998-08-123-16/+97
* Removed a bogus ifdef that broke using SWI_* in LKMs.bde1998-08-111-6/+2
* Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != longbde1998-08-111-5/+6
* Don't depend on "implicit int".bde1998-08-111-2/+2
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-1117-158/+94
* Fixed printf format errors.bde1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-1117-117/+197
OpenPOWER on IntegriCloud