summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rscid -> __FBSDID. Mark parameter as __unused when necessary.charnier2005-05-294-9/+13
* Move variable initialization to reduce compiler warning.charnier2005-05-291-2/+2
* Reduce compiler warning: variable might be used uninitialized, by givingcharnier2005-05-292-0/+2
* Move FreeBSD Id outside of copyright. Initialize variable.charnier2005-05-291-2/+4
* Typo correction.avatar2005-05-291-1/+1
* Modify vmstat(8)'s domem() routine, which is responsible for extractingrwatson2005-05-291-7/+38
* Kernel malloc layers malloc_type allocation over one of two underlyingrwatson2005-05-292-146/+231
* Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakmarius2005-05-291-0/+3
* Fix check for leading zero, so that it does not block two zeroesglebius2005-05-291-1/+5
* Sync with syscons update (Add new member to struct sc_rndr_sw).nyan2005-05-291-0/+2
* The end values passed to rman_manage_region() for PCI i/o and memgrehan2005-05-291-2/+2
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-298-238/+1051
* Move information about exit status into a DIAGNOSTICS section.tjr2005-05-291-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-29173-1269/+84
* Fix panic when module is compiled in and it is loaded from loader.conf.pjd2005-05-281-3/+5
* Provide info on the incompatible change in v1.33 of sys/kern/imgact_shell.cgad2005-05-281-0/+6
* Change the way options are parsed on the `#!'-line of a shell-script. Insteadgad2005-05-281-7/+174
* Prevent loading modules with are compiled into the kernel.pjd2005-05-281-2/+8
* integrate changes from libpcap-0.9.1-096sam2005-05-281-5/+137
* Update some comments to reflect the change from spl-based to lock-basedalc2005-05-281-4/+3
* pmap_enter() no longer requires Giant. Therefore, stop acquiring andalc2005-05-281-2/+0
* Document 'jid' keyword for ps(1) and '-j' option for pgrep(1)/pkill(1).pjd2005-05-281-5/+20
* Regenerate from syscalls.master.rwatson2005-05-285-6/+6
* Mark ntp_gettime() as MSTD, since its system call path will acquirerwatson2005-05-281-1/+1
* Explicitly acquire Giant around the ntp_gettime() and assert it in therwatson2005-05-281-0/+4
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-284-28/+20
* Regenerate for updated syscalls.master.rwatson2005-05-285-13/+13
* Mark the following compatability system calls as MCOMPAT or MCOMPAT4 basedrwatson2005-05-281-8/+8
* Fix use of uninitialized variable len in ngd_send.bz2005-05-281-3/+7
* Regenerate from syscalls.master.rwatson2005-05-285-6/+6
* Mark quotactl() as MSTD.rwatson2005-05-281-1/+1
* Acquire Giant explicitly in quotactl() so that the syscalls.masterrwatson2005-05-282-4/+20
* Regenerate from updated syscalls.master.rwatson2005-05-285-6/+6
* Mark kenv(2) as MPSAFE, since it appears to be properly locked down.rwatson2005-05-281-1/+1
* Regenerate system call tables from syscalls.master.rwatson2005-05-285-9/+9
* Also mark the COMPAT4 version of fhstatfs() as MPSAFE.rwatson2005-05-281-1/+1
* Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they nowrwatson2005-05-281-3/+3
* Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(),rwatson2005-05-282-20/+72
* Enable ReiserFS note on pc98.nyan2005-05-282-2/+2
* Add 6300ESB, which should be treated as ICH4.tanimura2005-05-281-1/+9
* Let OSPFv3 go through ipfw. Some more additional checks would betanimura2005-05-281-0/+5
* Update refrenced URL for SNMP list of ifTypes to refer to iana.orgbrooks2005-05-281-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listemax2005-05-281-4/+6
* reduce cast.ume2005-05-271-3/+3
* - Add support to the loader for multiple consoles.jhb2005-05-275-53/+146
* Fix a warning by adding a missing 'const'.jhb2005-05-272-2/+2
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-273-3/+3
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().pjd2005-05-271-4/+3
* Remove (now) unused argument 'td' from cvtstatfs().pjd2005-05-272-14/+12
* Sync locking in freebsd4_getfsstat() with getfsstat().pjd2005-05-272-0/+6
OpenPOWER on IntegriCloud