summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* constify bintime_add, bintime_sub, bintime2timespec, timespec2bintime,alfred2003-10-261-6/+6
* constify the second args to timevaladd() and timevalsub().alfred2003-10-262-4/+4
* Const poison string accessor functions.imp2003-10-264-10/+11
* - Add some of the required vm object locking, including assertions wherealc2003-10-251-4/+24
* Minor style nits suggested by sam and mdodd:imp2003-10-254-26/+33
* Convert to bus_space.imp2003-10-254-144/+206
* For the SMP case, flush the TLB at the beginning of the page zero/copypeter2003-10-251-0/+13
* - Align a comment within struct vm_page.alc2003-10-251-5/+5
* Check (locked) before performing an advisory unlock following a failurerwatson2003-10-251-1/+2
* When generate a core dump, use advisory locking in an advisory way:rwatson2003-10-251-6/+6
* Allow MAC policies to block/revoke kern_alq write access to a file.rwatson2003-10-251-2/+10
* Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the objectrwatson2003-10-255-15/+15
* Fix fwmem_strategy() race in 4-stable.simokawa2003-10-252-1/+6
* Move validity check of 'xfer->fc != NULL' to right place.simokawa2003-10-251-4/+4
* dcons_crom.c needs dcons and firewire.simokawa2003-10-251-1/+1
* revert following unwanted changes:ume2003-10-253-33/+33
* correct namespace pollution.ume2003-10-252-2/+6
* - Call vnode_pager_input_old() with the vm object locked.alc2003-10-251-5/+6
* GC workaround code for detecting pentium4's and disabling PSE and PG_G.peter2003-10-251-27/+0
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-257-3/+39
* Whole grab-bag of changes:imp2003-10-257-208/+216
* Start to minimize diffs between vx and ep. These latter is based on aimp2003-10-255-89/+127
* Sort type declarations together.rwatson2003-10-251-6/+1
* Convenience functions to generate notifications from the kernel. The ACPIimp2003-10-242-19/+70
* Add support for another multiple serial port card based on OX16PCI954 deviceambrisko2003-10-241-0/+13
* Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)anholt2003-10-241-2/+1
* don't allow reading from files that haven't been open'd for reading.jmg2003-10-241-2/+3
* - Add a DDB command 'show intrcnt' to show the non-zero interrupt counts.jhb2003-10-242-0/+168
* A few whitespace and comment tweaks.jhb2003-10-246-36/+18
* - Fail to probe if acpi0 probed ok as this driver basically tries to probejhb2003-10-241-7/+12
* remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}ume2003-10-242-7/+8
* correct tab and order.ume2003-10-241-4/+4
* Close the right consumers if we run into trouble opening them all.phk2003-10-241-1/+1
* Fix two old/new consumer confusions.phk2003-10-241-2/+2
* When grabbing vnodes to service NFS requests, make sure to callphk2003-10-241-81/+11
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-2418-468/+1315
* Since dp->dom_ifattach calls malloc() with M_WAITOK, we cannotume2003-10-242-2/+30
* Sysctl names should not contain dots. Convert them to underlines.harti2003-10-241-19/+19
* Add dumb console driver and related bits.simokawa2003-10-249-3/+1024
* Fix for FW_ASYREQ.simokawa2003-10-241-39/+36
* Don't check timeout just after booted.simokawa2003-10-241-3/+15
* Module build infrastructure for the NgATM SAA layer.harti2003-10-244-1/+47
* Netgraph part of the NgATM signalling AA layer. These nodes canharti2003-10-248-0/+2715
* Backswards is as backwards does: If we're MPSAFE, then we don't needimp2003-10-241-2/+2
* Remove unused header. See also ia64/disasm/disasm.h.marcel2003-10-241-1178/+0
* Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are notmarcel2003-10-241-25/+0
* Remove unused file. db_disasm() has been implemented in db_interface.cmarcel2003-10-242-2910/+0
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingalc2003-10-244-12/+14
* Implement db_disasm() by using the new disassembler. Temporarilymarcel2003-10-241-60/+79
* Reduce the number of tcp time_wait structs to maxsockets / 5; this ensuressilby2003-10-242-2/+2
OpenPOWER on IntegriCloud