aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* style.Makefile: Add a '?' before '=' in WARNS.Tom Rhodes2003-10-261-1/+1
* Add end and start dates for DST.Greg Lehey2003-10-261-0/+3
* Consistently cast to (u_char *) when filling with junk.Poul-Henning Kamp2003-10-251-3/+3
* - Add some of the required vm object locking, including assertions whereAlan Cox2003-10-251-4/+24
* fix spelling of ATTACHJohn-Mark Gurney2003-10-251-1/+1
* Minor style nits suggested by sam and mdodd:Warner Losh2003-10-254-26/+33
* Convert to bus_space.Warner Losh2003-10-254-144/+206
* Better safe than clever.Dag-Erling Smørgrav2003-10-251-2/+5
* For the SMP case, flush the TLB at the beginning of the page zero/copyPeter Wemm2003-10-251-0/+13
* - Align a comment within struct vm_page.Alan Cox2003-10-251-5/+5
* Check (locked) before performing an advisory unlock following a failureRobert Watson2003-10-251-1/+2
* When generate a core dump, use advisory locking in an advisory way:Robert Watson2003-10-251-6/+6
* Allow MAC policies to block/revoke kern_alq write access to a file.Robert Watson2003-10-251-2/+10
* Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the objectRobert Watson2003-10-255-15/+15
* Fix fwmem_strategy() race in 4-stable.Hidetoshi Shimokawa2003-10-252-1/+6
* Move validity check of 'xfer->fc != NULL' to right place.Hidetoshi Shimokawa2003-10-251-4/+4
* update for conserver-8.0.4.Hidetoshi Shimokawa2003-10-251-2/+10
* remove debug message.Hidetoshi Shimokawa2003-10-251-1/+0
* Document fabsl(3).Dag-Erling Smørgrav2003-10-251-6/+19
* dcons_crom.c needs dcons and firewire.Hidetoshi Shimokawa2003-10-251-1/+1
* Style changes. Inching closer to convergence with OpenBSD.Poul-Henning Kamp2003-10-251-61/+60
* revert following unwanted changes:Hajimu UMEMOTO2003-10-253-33/+33
* correct namespace pollution.Hajimu UMEMOTO2003-10-252-2/+6
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sDag-Erling Smørgrav2003-10-252-3/+11
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()Hajimu UMEMOTO2003-10-251-1/+1
* - Call vnode_pager_input_old() with the vm object locked.Alan Cox2003-10-251-5/+6
* GC workaround code for detecting pentium4's and disabling PSE and PG_G.Peter Wemm2003-10-251-27/+0
* Add devctl(4) notify support to ACPI. Various subsystems now notifyNate Lawson2003-10-258-3/+65
* Whole grab-bag of changes:Warner Losh2003-10-257-208/+216
* Start to minimize diffs between vx and ep. These latter is based on aWarner Losh2003-10-255-89/+127
* Sort type declarations together.Robert Watson2003-10-251-6/+1
* Convenience functions to generate notifications from the kernel. The ACPIWarner Losh2003-10-242-19/+70
* Add support for another multiple serial port card based on OX16PCI954 deviceDoug Ambrisko2003-10-241-0/+13
* Parse the ! lines that will soon be coming from the kernel. These areWarner Losh2003-10-245-10/+48
* Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)Eric Anholt2003-10-241-2/+1
* Use 'k' as suffix for KiloPoul-Henning Kamp2003-10-241-1/+1
* - fix description of what processes SIGCONT can be sent toKen Smith2003-10-241-1/+1
* don't allow reading from files that haven't been open'd for reading.John-Mark Gurney2003-10-241-2/+3
* - Add a DDB command 'show intrcnt' to show the non-zero interrupt counts.John Baldwin2003-10-242-0/+168
* A few whitespace and comment tweaks.John Baldwin2003-10-246-36/+18
* - Fail to probe if acpi0 probed ok as this driver basically tries to probeJohn Baldwin2003-10-241-7/+12
* - Renumber the skerberos4 dist to fill in the gaps left when krb4 was axed.John Baldwin2003-10-241-2/+2
* remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}Hajimu UMEMOTO2003-10-242-7/+8
* correct tab and order.Hajimu UMEMOTO2003-10-241-4/+4
* Close the right consumers if we run into trouble opening them all.Poul-Henning Kamp2003-10-241-1/+1
* Fix two old/new consumer confusions.Poul-Henning Kamp2003-10-241-2/+2
* oops, revert previous change to getaddrinfo.c. This is not relatedHajimu UMEMOTO2003-10-241-275/+155
* When grabbing vnodes to service NFS requests, make sure to callPoul-Henning Kamp2003-10-241-81/+11
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-2432-1124/+3087
* show maxmtu.Hajimu UMEMOTO2003-10-241-0/+1