aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since dp->dom_ifattach calls malloc() with M_WAITOK, we cannotHajimu UMEMOTO2003-10-242-2/+30
* Sysctl names should not contain dots. Convert them to underlines.Hartmut Brandt2003-10-242-38/+38
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-2421-3/+2408
* Mdoc Janitor:Hiten Pandya2003-10-241-2/+2
* Fix for FW_ASYREQ.Hidetoshi Shimokawa2003-10-241-39/+36
* Mention the fact that our crontab is not fully POSIX.2 conform, becauseHartmut Brandt2003-10-241-2/+7
* Allow nghook to execute a program with the data socket connected toHartmut Brandt2003-10-242-13/+109
* Don't check timeout just after booted.Hidetoshi Shimokawa2003-10-241-3/+15
* Module build infrastructure for the NgATM SAA layer.Hartmut Brandt2003-10-244-1/+47
* Netgraph part of the NgATM signalling AA layer. These nodes canHartmut Brandt2003-10-248-0/+2715
* Backswards is as backwards does: If we're MPSAFE, then we don't needWarner Losh2003-10-241-2/+2
* Remove unused header. See also ia64/disasm/disasm.h.Marcel Moolenaar2003-10-241-1178/+0
* style.Hajimu UMEMOTO2003-10-241-1/+1
* Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are notMarcel Moolenaar2003-10-241-25/+0
* Remove unused file. db_disasm() has been implemented in db_interface.cMarcel Moolenaar2003-10-242-2910/+0
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingAlan Cox2003-10-244-12/+14
* Implement db_disasm() by using the new disassembler. TemporarilyMarcel Moolenaar2003-10-241-60/+79
* Reduce the number of tcp time_wait structs to maxsockets / 5; this ensuresMike Silbersack2003-10-242-2/+2
* Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoidArun Sharma2003-10-241-2/+1
* oops, EAI_NONAME is not EAINONAME.Hajimu UMEMOTO2003-10-241-1/+1
* Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLEPeter Wemm2003-10-241-1/+4
* Don't use fuword() or suword() unconditionally. They explicitlyMarcel Moolenaar2003-10-241-4/+21
* Remove two unused fields in the operand structure (o_read & o_write).Marcel Moolenaar2003-10-241-2/+0
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-2436-1217/+1320
* o restructure initialization code so data structures are setupSam Leffler2003-10-241-22/+34
* check return result from rtalloc1 before invoking RTUNLOCKSam Leffler2003-10-231-1/+2
* Writes to p_flag in __setugid() no longer need Giant.John Baldwin2003-10-231-4/+0
* Move the P_COWINPROGRESS flag from being a per-process p_flag to being aJohn Baldwin2003-10-234-18/+17