summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Null terminate the OEM hint. This rids my laptop of the smiley face thatnjl2003-08-071-0/+1
* Make open channels persist across ifconfig down and up. All channelsharti2003-08-073-21/+40
* Comment out ctype.h. It's not ok to always include in the !_KERNEL casenjl2003-08-071-1/+1
* The ktrace mutex does not need to be locked around the post of the ktracejhb2003-08-071-1/+1
* Make the driver preserve open connections accross ifconfig downharti2003-08-074-26/+57
* When configuring the interface down and up again try to re-open allharti2003-08-072-33/+77
* We donot need `\n' for panic().non2003-08-071-1/+1
* Better define the flags in the mcontext_t and properly set the flagsmarcel2003-08-072-35/+121
* o Fix cut-n-paste whitespace corruption in previous commitmarcel2003-08-071-5/+12
* Add preliminary support for the RealTek 8169 gigE chip. Changes:wpaul2003-08-072-4/+101
* Add includes to fix user-compilation of acpica. Also clarify a commentnjl2003-08-071-2/+6
* Remove trailing newlines (from the right branch this time)imp2003-08-071-2/+0
* - Remove GIANT_REQUIRED from pipe_free_kmem().alc2003-08-071-3/+0
* Increase SMALL_PIPE_SIZE from 4096 to PAGE_SIZE.silby2003-08-071-1/+1
* In cpu_set_upcall_kse(), create the upcall according to the entrymarcel2003-08-061-12/+19
* o In revision 1.45 of exception.S we changed exception_restore tomarcel2003-08-062-4/+4
* Correct a mistake in the previous revision: Reduce the scope of the pagealc2003-08-061-1/+1
* Acquire the page queues lock in pmap_insert_entry(). (I used to believealc2003-08-061-0/+2
* Remove dangling extern reference to swap_pager_fullphk2003-08-061-2/+0
* Backed out previous commit. This restores the warning about pessimizedbde2003-08-061-2/+2
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
* Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longernjl2003-08-061-158/+0
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
* Remove the 6-10 byte translation from UFI and ATAPI command sets. It isnjl2003-08-061-61/+0
* When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT.harti2003-08-061-1/+1
* Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit.harti2003-08-061-17/+134
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-064-0/+9
* Update to recognize Geode and note that the TSC seems broken.phk2003-08-061-1/+12
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-066-176/+23
* Remove the last vestiges of ATM raw mode. This has not been useful for aharti2003-08-063-48/+6
* Remove unused cmd6workaround() calls.njl2003-08-061-15/+2
* Make the first two pages magic to protect the BSD labels rather thanphk2003-08-061-2/+2
* Use the new OPENVCC and CLOSEVCC ioctls to open and close the NATMharti2003-08-061-13/+16
* If connect(2) has been interrupted by a signal and therefore theyar2003-08-061-3/+8
* Style(9): remove unneccesary space and blank lines, indentation,harti2003-08-064-241/+193
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsharti2003-08-064-9/+6
* Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.harti2003-08-064-10/+11
* Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operationsharti2003-08-061-4/+6
* Remove an unused variable.phk2003-08-061-3/+0
* Staticize swap_pager_putpages()phk2003-08-062-36/+4
* Access the swap_pagers' ->putpages() through swappagerops insteadphk2003-08-061-1/+1
* Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/closeharti2003-08-061-1/+1
* When sending check that the channel is really open. Get the informationharti2003-08-061-7/+9
* Print an array index that is computed as ptrdiff_t with %tu.harti2003-08-061-2/+2
* Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) usesbde2003-08-061-0/+23
* Broke the warning that this driver uses pessimal (u_short) types forbde2003-08-061-2/+2
* Add XXX: comment to vm_pager_unswapped().phk2003-08-061-0/+5
* Explicitly set B_PAGINGphk2003-08-061-4/+2
* Change the format type to unbreak LINT on 64-bit platforms.obrien2003-08-061-2/+2
* Retire the B_KEEPGIANT flag, we are nowhere near ready.phk2003-08-061-1/+1
OpenPOWER on IntegriCloud