summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Correct wrong grammar from previous commit. Note that fingerd is not limitedcharnier2002-07-211-5/+10
* | | Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-2114-209/+244
* | | s/A last utility last appeared/A last utility appeared/ (horikawa).charnier2002-07-211-4/+8
* | | Allow deleting and renaming stale symlinks andyar2002-07-211-2/+2
* | | Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwisetanimura2002-07-211-1/+4
* | | Implement the P1003.2 `command' builtin command, which is used to suppresstjr2002-07-214-4/+78
* | | style(9)ize the whole fileimp2002-07-213-1422/+1476
* | | Fix more abuse of __FreeBSD__ to detect version.imp2002-07-211-63/+0
* | | Stop abusing NPCI for code that doesn't even work. Emit a warning.peter2002-07-211-5/+1
* | | Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-217-29/+21
* | | Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-213-11/+1
* | | Remove #if 0'ed abuse of NPCIpeter2002-07-211-3/+0
* | | Remove #include <pci.h> - there is no abuse of NPCI herepeter2002-07-211-1/+0
* | | The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.imp2002-07-211-2/+0
* | | Don't abuse __FreeBSD__ as version number. Since it was >= 3, removeimp2002-07-211-2/+0
* | | Minor whitespace nits. remove #if 1 and #endif pair, but not code between.imp2002-07-212-7/+1
* | | cardbus attachment.imp2002-07-211-0/+1
* | | Reset the 16-bit bus and turn off power. More work in this area mayimp2002-07-211-1/+7
* | | Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2imp2002-07-212-447/+0
* | | o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,alc2002-07-214-0/+8
* | | Add bus_child_present and the child_present method to bus_if.mimp2002-07-213-4/+39
* | | Fix overflows in intermediate calculations in sysctl_msec_to_ticks().jdp2002-07-201-2/+2
* | | Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernelrwatson2002-07-201-0/+2
* | | Do preserve the error result from calling p_cansee() and use that whenrwatson2002-07-201-3/+1
* | | Add support for writing to mapping high memory for pccard memoryimp2002-07-204-0/+21
* | | o Lock page queue accesses by vm_page_try_to_cache(). (The accessesalc2002-07-203-1/+5
* | | o Assert that the page queues lock is held in vm_page_try_to_free().alc2002-07-201-0/+2
* | | o Lock page queue accesses by vm_page_cache() in vm_fault() andalc2002-07-203-2/+5
* | | Connect up gpt and mca subdirs for ia64peter2002-07-201-1/+3
* | | Grab a snapshot of Marcel's WIP ia64 machine check decoder.peter2002-07-202-0/+509
* | | Grab a snapshot of Marcel's gpt tool. This is still a work-in-progresspeter2002-07-2010-0/+1454
* | | Add an ia64 atomic lock primitive for libc_r. This is mostly forpeter2002-07-202-0/+96
* | | minor nit in commentsimp2002-07-201-1/+0
* | | o Lock accesses to the active page queue in vm_pageout_scan() andalc2002-07-201-2/+4
* | | sys.mk no longer includes bsd.own.mk.ru2002-07-201-0/+2
* | | Indentation.ru2002-07-201-7/+7
* | | Upgrade make(1) if not passing the ``.if defined(notdef) && ${notdef:U}''ru2002-07-201-2/+8
* | | Typo: s/If the this option/If this option/schweikh2002-07-201-1/+1
* | | ebus is not a 'count' device. There are no NEBUS references.peter2002-07-201-1/+1
* | | Change the max IRQ from 63 to 255. I realize we have to block some outpeter2002-07-201-1/+1
* | | o Lock page queue accesses by vm_page_cache() in vm_contig_launder().alc2002-07-201-2/+4
* | | o Remove dead and/or unused code.alc2002-07-202-17/+1
* | | Document that only one of the -n and -e options may be specified fortjr2002-07-201-1/+11
* | | Reimplement malloc/free debugging that includes the offending file:linepeter2002-07-205-40/+73
* | | Add a missing argument to the stub for softdep_setup_freeblocks.benno2002-07-201-1/+2
* | | Add __printflike() to printf() and sprintf() prototypes. -ffreestandingpeter2002-07-201-2/+2
* | | Turn on -Wformatpeter2002-07-201-1/+1
* | | Fix printf format errorspeter2002-07-201-3/+3
* | | Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.peter2002-07-201-5/+20
* | | Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-202-2/+2
OpenPOWER on IntegriCloud