summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-1529-93/+93
* Add support for the AVer Media range of cards.sos1998-07-142-18/+26
* Add missing register name defines.msmith1998-07-141-1/+7
* Print pointers using %p instead of attempting to print them bybde1998-07-141-12/+13
* Print pointers using %p instead of attempting to print them bybde1998-07-141-14/+17
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-143-24/+24
* If object pointers need to be cast to [unsigned] integers, then castbde1998-07-141-3/+3
* Avoid some casts of pointers to integers (of possibly different sizes).bde1998-07-141-7/+7
* I checked in the wrong version yesterday . The correct version is 1.38ahasty1998-07-142-24/+64
* Don't pretend to support ix86's with 16-bit ints and 32-bit registersbde1998-07-141-4/+4
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-148-56/+49
* Declare pointers to CSR register space to be volatile. This seems towpaul1998-07-132-161/+274
* Removed a bogus forward struct declaration.bde1998-07-131-4/+4
* Fixed some longs that should have been fixed-sized types.bde1998-07-132-4/+4
* Fixed overflow and sign extension bugs inbde1998-07-131-4/+4
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typebde1998-07-132-5/+5
* Declare id_mask as a fixed-size type.bde1998-07-131-2/+2
* Declare n_short, n_long and n_time as fixed-sized types. Don't ifdefbde1998-07-131-15/+4
* Don't attempt to optimize the space allocated for bpf headers ifbde1998-07-131-2/+3
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-1318-108/+117
* Sync with sys/i386/isa/fd.c and wd.c revisions 1.117 and 1.172,kato1998-07-133-17/+9
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-1310-944/+713
* Fixed printf format errors.bde1998-07-131-4/+5
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.bde1998-07-136-23/+33
* Fix braino in last commit.julian1998-07-131-1/+1
* Improved Hauppauge's tuner detection and bt878 supportahasty1998-07-134-74/+292
* Remove unused member reselet from struct tstamp.se1998-07-121-3/+2
* Fix size of time stamps (had been time_t before the variable "time" wasse1998-07-121-26/+29
* Set the minimum malloc bucket to 5. In a DIAGNOSTIC kernel, the extradfr1998-07-121-1/+5
* Point at the correct disk location for alpha disklabels.dfr1998-07-123-9/+9
* Make sure the packet is aligned correctly for the alpha in if_simloop.dfr1998-07-121-2/+13
* Initialise all the fields separately in vattr_null since on the alphadfr1998-07-122-16/+34
* Overhaul the spl system so that it actually works properly.dfr1998-07-129-67/+101
* Don't bother calling pmap_emulate_reference() from cpu_fork(). It isn'tdfr1998-07-123-33/+3
* Define option DEC_EB164dfr1998-07-122-2/+4
* Add entry for prom console.dfr1998-07-121-2/+3
* Add some bits and pieces for my test box.dfr1998-07-122-2/+22
* Update to new interrupt api.dfr1998-07-125-14/+35
* Change interrupt api to be closer to intr_create/intr_connect.dfr1998-07-123-10/+27
* Implement CIA interrupts.dfr1998-07-122-1/+96
* Implement intr_create/intr_connect.dfr1998-07-122-3/+37
* Implement promcncheckc.dfr1998-07-123-14/+12
* Add some debug code.dfr1998-07-121-5/+29
* Add a couple of sysctls and implement sendsig/sigreturn.dfr1998-07-121-29/+196
* Add some generic interrupt dispatch code.dfr1998-07-122-114/+80
* Add definition of p_switchtime.dfr1998-07-122-2/+4
* Include opt_ddb.h.dfr1998-07-121-1/+3
* Hardwire the root disk of my test box for now.dfr1998-07-121-3/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.117.kato1998-07-122-80/+60
* Removed historical dependencies on `Makefile'. They had rotted to beingbde1998-07-123-96/+66
OpenPOWER on IntegriCloud