summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Belately note default driver change for NVIDIA network adapters.yongari2007-07-061-0/+5
* | | | Take care that the input to setenv() may actually be a pointer straightscf2007-07-061-14/+28
* | | | I did not intend to turn -Werror on for pc98. Refine the test forpeter2007-07-061-1/+1
* | | | Turn on -Werror for sparc64 and sun4v.peter2007-07-061-1/+2
* | | | Fix warnings.peter2007-07-062-3/+3
* | | | Fix warning - add missing #includepeter2007-07-061-0/+1
* | | | re(4) devices requires an external EEPROM. Depending on models ityongari2007-07-062-2/+4
* | | | Forced commit to note a repo-copy of this file frombz2007-07-050-0/+0
* | | | Fix remaining syntax errors (missing semicolons)peter2007-07-051-2/+2
* | | | Space cleanupdelphij2007-07-0524-163/+163
* | | | ANSIfy[1] plus some style cleanup nearby.delphij2007-07-0527-800/+384
* | | | Added comments eplaining the requirement for device crypto with IPSECgnn2007-07-051-3/+5
* | | | Remove unused variable from pf_subr.c to make it -Werror buildable.mlaier2007-07-052-2/+2
* | | | Prefer device_printf to printf + device_get_nameunit. This savesimp2007-07-051-17/+14
* | | | MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece ofavatar2007-07-051-1/+2
* | | | If the mech_type argument to gss_display_status is null, use a defaultdfr2007-07-051-1/+10
* | | | In preparation for 7.0 privilege cleanup, clean up style:rwatson2007-07-052-87/+32
* | | | Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev()kib2007-07-051-8/+9
* | | | Revert destroy_dev() to the state before destroy_dev_sched() was introduced.kib2007-07-051-8/+2
* | | | Properly unlock mutex before returning. There was a slight mishapariff2007-07-051-1/+3
* | | | Remove reference to the old ftp-proxy implementation,delphij2007-07-051-6/+0
* | | | Turn on -Werror for i386 kernel builds.peter2007-07-051-1/+1
* | | | Allow the LACP state to be queried from userland which at the moment is thethompsa2007-07-055-3/+133
* | | | Remove the -DFAST_IPSEC from Makefiles again.bz2007-07-055-6/+6
* | | | Remove netkey directory from cscope/TAGs generation and replacebz2007-07-052-3/+7
* | | | Fix a build breakage as result of disabling parts of I4B.bz2007-07-052-17/+17
* | | | Quiet framelen uninitialized warning. I think it was a false alarm.peter2007-07-051-1/+3
* | | | Quiet warnings. I believe gcc is incorrect about these.peter2007-07-051-1/+1
* | | | __packed has no effect on u_int8_t's except to cause a warning (andpeter2007-07-051-1/+1
* | | | Turn -Werror back on for amd64 for kernel builds.peter2007-07-051-0/+2
* | | | Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the timepeter2007-07-052-3/+3
* | | | Quiet warnings. These do not appear to be actually used uninitialized,peter2007-07-051-1/+1
* | | | Fix a stray splx() that caused a new warning.peter2007-07-051-2/+2
* | | | Initialize DWBuf[3].peter2007-07-051-0/+1
* | | | Fix a bunch of warnings due to a missing forward declaration of a struct.peter2007-07-051-0/+1
* | | | Prefer device_printf to printf("%s: ...", device_get_nameunit()). Onimp2007-07-051-30/+23
* | | | Prefer device_printf to printf("%s:...", device_get_nameunit(),...);imp2007-07-052-61/+51
* | | | Fix 'assignment used as truth value' warningpeter2007-07-051-1/+2
* | | | Temporarily turn nowerror on for i386 and amd64 pmap.c. I'd like to studypeter2007-07-052-2/+2
* | | | Fix a second warning, introduced by my last "fix". I committed the wrongpeter2007-07-051-2/+2
* | | | Fix cast-qualifiers warning when INET6 is not presentpeter2007-07-053-4/+3
* | | | Fix bad function type passed to destroy_dev_sched_cb().peter2007-07-051-1/+2
* | | | Remove pad argument from ftruncate wrapper. Oops.peter2007-07-051-1/+0
* | | | Add quirks, derived from the linux quirks table for:imp2007-07-052-5/+375
* | | | Add support for Western Digital MyBook external enclosures. They needimp2007-07-052-0/+10
* | | | Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* | | | kdump has knowledge of lseek() and mmap() arg decoding. Teach it aboutpeter2007-07-041-1/+25
* | | | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-049-9/+119
* | | | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-047-22/+35
* | | | Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-045-34/+20
OpenPOWER on IntegriCloud