summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-052-17/+14
* Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, weimp2001-08-051-2/+2
* Order PCIC_INT_GEN bits large to small, like all other registers.imp2001-08-051-1/+1
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforescottl2001-08-053-3/+4
* Add a missing semicolon to unbreak the kernel build with INVARIANTStmm2001-08-051-1/+1
* Sigh. Add two files needed for the sparc64 fp contect switching codetmm2001-08-052-0/+145
* Whitespace fixes.jhb2001-08-042-2/+2
* Axe unused and invalid astpending globaldata member.jhb2001-08-042-2/+0
* Axe unused and invalid GD_ASTPENDING symbol.jhb2001-08-041-1/+0
* - Fix a comment.jhb2001-08-041-3/+2
* Add a zdestroy() function to the zone allocator. This is needed for thetmm2001-08-042-0/+109
* Add floating point context switching code for sparc64.tmm2001-08-0417-36/+276
* Export the tk_nin and tk_nout variables (number of tty input/outputtmm2001-08-041-0/+4
* Export the head structure for the device statistics STAILQ intmm2001-08-042-1/+3
* When running aplication joined multicast address,ume2001-08-046-0/+98
* Kill debug output for sn device. It is confusing the nativesimp2001-08-041-1/+0
* Add KTR_INTR tracepoints for when clock interrupts are triggered.jhb2001-08-031-0/+2
* When global anycast address was assigned to lo0, wrong sourceume2001-08-031-3/+5
* Anton kindly pointed out (and fixed) a bug in the Jail handling of therwatson2001-08-031-1/+8
* Remove dangling prototype for the now defunct procfs_kmemaccess()rwatson2001-08-031-3/+0
* MFS: Avoid dropping fragments in the absence of an interface address.dcs2001-08-031-3/+5
* Collapse a Pmem case in with the other debugging files case for procfs,rwatson2001-08-031-5/+2
* Remove read permission for group on the /proc/*/mem file, since kmemrwatson2001-08-031-2/+1
* Prior to support for almost all ps activity via sysctl, ps used procfs,rwatson2001-08-033-42/+9
* Don't terminate the uiomove() loop on a zero-length mbuf. It's notfenner2001-08-031-4/+3
* Reverse the logic here again with regards to "trusted" ACPI timermsmith2001-08-031-30/+54
* Shoud build resources in the _CRS buffer. Oops.msmith2001-08-032-2/+2
* Move the resource pointer when we reallocate the buffer.msmith2001-08-031-0/+2
* Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), inbmilekic2001-08-032-5/+5
* Remove some code that appears to have endian problems with INVARIANTS.jake2001-08-031-5/+0
* Move some code related to managing pv entries from the pmap module tojake2001-08-034-201/+209
* Fix a bug translating virtual translation table entry addresses to physicaljake2001-08-031-4/+3
* Define proc0paddr. Call init_param() as early as possible.jake2001-08-031-0/+4
* Add a Makefile, ldscript, and config magic for sparc64. This is tailoredjake2001-08-034-0/+657
* Add an Elfhashelt type for sparc64.jake2001-08-031-0/+11
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-036-481/+696
* Further Makefile.* sync (from Makefile.ia64). The lint target has beenpeter2001-08-034-24/+0
* Move MKMODULESENV+= *after* MKMODULESENV=peter2001-08-031-3/+3
* Add a cosmetic comment.peter2001-08-025-0/+5
* Use 'p' instead of the potentially more expensive 'curproc' inside ofjhb2001-08-021-5/+5
* Set up the via_chinfo structures properly so we write to the correctgreid2001-08-021-2/+2
* Make the fmt arguments to make_dev and make_dev_alias const char *.imp2001-08-023-6/+6
* fix memory leak when error during opening of routing socketjon2001-08-021-0/+1
* Include opt_splash.h.yokota2001-08-021-0/+2
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanyokota2001-08-029-32/+40
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-yokota2001-08-022-0/+14
* Add some definitions. Their actual support will be addedyokota2001-08-022-1/+70
* When building a debugging kernel with modules, build modules withsheldonh2001-08-024-0/+12
* - Deny detaching requests until device is still open, otherwise it is possiblesobomax2001-08-021-3/+17
OpenPOWER on IntegriCloud