aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD's namecache works quite well with ZFS, so remove DNLC.Pawel Jakub Dawidek2007-05-237-2151/+80
* All objects we create using GFS are directories, so initialize d_typePawel Jakub Dawidek2007-05-232-4/+4
* Two minor fixes, keep old 82542 from using jumbo frames, and addJack F Vogel2007-05-231-2/+3
* Add CWR back into the PRINT_TH_FLAGS list as gcc42 doesn't complainAndre Oppermann2007-05-231-1/+1
* In tcp_log_addrs():Andre Oppermann2007-05-231-5/+7
* Don't set lo_name and clobber lo_flags in lock_profile_object_init().John Baldwin2007-05-231-2/+0
* fix comment typoSam Leffler2007-05-231-1/+1
* Comment that tdsignal() may be entered from the debugger.Robert Watson2007-05-231-0/+4
* Initialize time_lock before calling cpu_initclocks(). This corrects aRobert Watson2007-05-231-1/+1
* Add support for "hardware" vlan tag insertion & removal emulationAndrew Gallatin2007-05-232-34/+131
* Fix the dependency for the linux_support.s, explicitely add linux_assym.h.Konstantin Belousov2007-05-234-4/+7
* Fix a typo in pcib_alloc_msi{x} which resulted in theAndrew Gallatin2007-05-231-2/+2
* Remove duplicate includes.Olivier Houchard2007-05-234-7/+0
* Remove duplicate includes.Olivier Houchard2007-05-236-7/+1
* Nit: avoid shadowing truncate(2) with a local variable.Dag-Erling Smørgrav2007-05-231-3/+3
* Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths.Pawel Jakub Dawidek2007-05-231-20/+27
* Fix stupid braino in previous commit.Dag-Erling Smørgrav2007-05-231-1/+1
* No need to force __inline__ of currecord(), as the compiler will usefullyRobert Watson2007-05-231-1/+1
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-239-165/+302
* If (flags & O_TRUNC), don't truncate the file until we've successfullyDag-Erling Smørgrav2007-05-231-1/+11
* Add some early diagnostics under bootverboseKip Macy2007-05-232-1/+28
* Do not attempt to load the kernel module when checking if an interface exists.Andrew Thompson2007-05-231-1/+1
* - Remove redundant initialization.Pawel Jakub Dawidek2007-05-221-2/+1
* Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename.Pawel Jakub Dawidek2007-05-222-0/+6
* Fix runtime crash in OpenSSL with "Illegal instruction" by making someSimon L. B. Nielsen2007-05-223-23/+25
* Remove an empty line.Jung-uk Kim2007-05-221-1/+0
* Remove BCM5704S specific tunable (hw.bge.fake_autoneg) andJung-uk Kim2007-05-222-20/+15
* Rearrange DMA read/write control register settings based on document snippetJung-uk Kim2007-05-222-46/+45
* Remove stale alpha support code.Jung-uk Kim2007-05-221-11/+0
* Fix time out check in EEPROM read and move delays to give some settle time.Jung-uk Kim2007-05-221-11/+12
* Add delays in MI communication register R/W loops.Jung-uk Kim2007-05-221-0/+2
* Fix typos.Christian Brueffer2007-05-221-4/+4
* Add the -n flag for disabling automatic module loading, this will be used byAndrew Thompson2007-05-222-2/+18
* Some minor cleanups:Gleb Smirnoff2007-05-221-22/+15
* mxge cleanups:Andrew Gallatin2007-05-222-117/+93
* Replace "sizeof(struct bucket[cache_size])" withColin Percival2007-05-221-4/+4
* Hook mxge_lro.c to the build so that the if_mxge.ko moduleAndrew Gallatin2007-05-221-1/+1
* backout filter of Nil UUID as the boot loader code already filters out Nil UU...Ralf S. Engelschall2007-05-221-4/+0
* Add support for setmode and settarget messages.Alexander Motin2007-05-223-0/+120
* Allow node to bypass traffic while no alias address defined.Alexander Motin2007-05-221-9/+11
* Return back NETGRAPH_MPPC_COMPRESSION depends.Alexander Motin2007-05-221-0/+2
* Remove the restore and chroot command to avoid disk-full error.Yoshihiro Takahashi2007-05-222-6/+0
* Set .PATH before referring to the corresponding sources.Diomidis Spinellis2007-05-221-2/+2
* Don't forget to clean generated ssp.h.Ruslan Ermilov2007-05-221-0/+1
* Don't want a stray systrace_args.c in objdir.Ruslan Ermilov2007-05-222-2/+6
* Remove the ugly csh(1) based UUID lower-case translation hack fromRalf S. Engelschall2007-05-221-1/+0
* Increase precision of time values in the process accountingDiomidis Spinellis2007-05-2212-440/+880
* Regression tests for sparc64 record formats.Diomidis Spinellis2007-05-222-0/+0
* Regression tests for amd64 file and record formats.Diomidis Spinellis2007-05-2212-0/+118
* Regression tests for the new and legacy process accounting formats.Diomidis Spinellis2007-05-2221-1/+361