summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate OBJ_WRITEABLE. It hasn't been used in a long time.alc2006-07-214-13/+5
* Implement pmap_clear_write().alc2006-07-201-0/+15
* Remove ALPHA optimization pointer for gcc flags.imp2006-07-201-1/+1
* Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.cognet2006-07-201-1/+1
* Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS ifcognet2006-07-201-0/+5
* Fix ALT_BREAK_TO_DEBUGGER on the AT91 :cognet2006-07-201-5/+20
* Expand locking coverage slightly to cover if_drv_flags in a few placesjhb2006-07-201-4/+8
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-204-6/+3
* - Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d scriptflz2006-07-203-4/+12
* Convert macros to use C99's syntax for macros with a variable number ofstefanf2006-07-201-10/+10
* Remove unused variables.stefanf2006-07-202-5/+3
* Don't use "implicit int". Move the opening { of the functions to the nextstefanf2006-07-201-2/+4
* Since resetting hardware takes a very long time and results in linkyongari2006-07-202-9/+30
* Protect EEPROM access with the driver lock.yongari2006-07-201-1/+2
* Honor IFF_DRV_OACTIVE in em_start_locked().yongari2006-07-201-0/+3
* Regen.jhb2006-07-194-6/+6
* Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark itjhb2006-07-192-2/+5
* Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.jhb2006-07-192-155/+149
* Add a mutex to protect the list of interrupt config hooks. We do assumejhb2006-07-191-11/+21
* Whitespace fix after s/dev_t/struct cdev */.jhb2006-07-191-2/+2
* Call change_dir() instead of duplicating the code in fchdir().jhb2006-07-192-16/+2
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-192-5/+10
* Disable the pager for 'panic' and 'call' to be paranoid.jhb2006-07-191-0/+2
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-192-36/+1
* Reflect the additional support of C7 CPU's in padlock(4).mr2006-07-191-5/+10
* Add a test case for closing a UDPv6 socket that has been connected torwatson2006-07-192-0/+30
* Add very basic regression test for netinet6: create and close raw,rwatson2006-07-192-0/+67
* The pcn does not work on NEC SV-98/2-B05 and B06.nyan2006-07-191-2/+0
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-192-0/+5
* - Bring kern.random output closer to realitybrueffer2006-07-191-28/+18
* Remove an unused variable.stefanf2006-07-191-2/+1
* Convert sk(4) to use the new bus_alloc_resources() API andyongari2006-07-192-46/+43
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-1811-29/+93
* Remove unnecessary locking for td_dupfd (it requires no locks).jhb2006-07-181-9/+1
* Update comment.jhb2006-07-181-1/+1
* Add -EB to ${LD} too if we're making a big endian kernel, not anything incognet2006-07-181-0/+1
* Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions forimp2006-07-182-12/+21
* Remove break after return.stefanf2006-07-181-2/+0
* Document that the pathname(s) following the options need not be given ifstefanf2006-07-181-1/+7
* Fix type mismatch between char * and unsigned char *. C guarantees thatstefanf2006-07-181-1/+1
* The variables i and tot don't need to be static.stefanf2006-07-181-2/+2
* Remove break after return.stefanf2006-07-181-2/+0
* Drop two unnecessary casts.stefanf2006-07-181-2/+2
* MFamd64alc2006-07-181-36/+69
* Fix build of uma_core.c when DDB is not compiled into the kernel byrwatson2006-07-181-0/+2
* Make sure we use REDUCE32 on the result of do_cksum(), as in_cksum_skip()cognet2006-07-181-2/+13
* Firmware loading improvements:gallatin2006-07-171-13/+95
* If we can't defrag a packet, re-queue it instead of dropping it.cognet2006-07-171-1/+1
* #if => #ifdefcognet2006-07-171-2/+2
* Fix comments.cognet2006-07-172-2/+2
OpenPOWER on IntegriCloud