| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent loading modules with are compiled into the kernel. | pjd | 2005-05-28 | 1 | -2/+8 |
* | integrate changes from libpcap-0.9.1-096 | sam | 2005-05-28 | 1 | -5/+137 |
* | Update some comments to reflect the change from spl-based to lock-based | alc | 2005-05-28 | 1 | -4/+3 |
* | pmap_enter() no longer requires Giant. Therefore, stop acquiring and | alc | 2005-05-28 | 1 | -2/+0 |
* | Regenerate from syscalls.master. | rwatson | 2005-05-28 | 5 | -6/+6 |
* | Mark ntp_gettime() as MSTD, since its system call path will acquire | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Explicitly acquire Giant around the ntp_gettime() and assert it in the | rwatson | 2005-05-28 | 1 | -0/+4 |
* | Change the spkr_set_pitch() function to a macro to fix low level profiling. | nyan | 2005-05-28 | 4 | -28/+20 |
* | Regenerate for updated syscalls.master. | rwatson | 2005-05-28 | 5 | -13/+13 |
* | Mark the following compatability system calls as MCOMPAT or MCOMPAT4 based | rwatson | 2005-05-28 | 1 | -8/+8 |
* | Fix use of uninitialized variable len in ngd_send. | bz | 2005-05-28 | 1 | -3/+7 |
* | Regenerate from syscalls.master. | rwatson | 2005-05-28 | 5 | -6/+6 |
* | Mark quotactl() as MSTD. | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Acquire Giant explicitly in quotactl() so that the syscalls.master | rwatson | 2005-05-28 | 2 | -4/+20 |
* | Regenerate from updated syscalls.master. | rwatson | 2005-05-28 | 5 | -6/+6 |
* | Mark kenv(2) as MPSAFE, since it appears to be properly locked down. | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Regenerate system call tables from syscalls.master. | rwatson | 2005-05-28 | 5 | -9/+9 |
* | Also mark the COMPAT4 version of fhstatfs() as MPSAFE. | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they now | rwatson | 2005-05-28 | 1 | -3/+3 |
* | Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(), | rwatson | 2005-05-28 | 2 | -20/+72 |
* | Add 6300ESB, which should be treated as ICH4. | tanimura | 2005-05-28 | 1 | -1/+9 |
* | Let OSPFv3 go through ipfw. Some more additional checks would be | tanimura | 2005-05-28 | 1 | -0/+5 |
* | Update refrenced URL for SNMP list of ifTypes to refer to iana.org | brooks | 2005-05-28 | 1 | -1/+1 |
* | Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices list | emax | 2005-05-28 | 1 | -4/+6 |
* | - Add support to the loader for multiple consoles. | jhb | 2005-05-27 | 5 | -53/+146 |
* | Fix a warning by adding a missing 'const'. | jhb | 2005-05-27 | 2 | -2/+2 |
* | Print out the commands from /boot.config after parsing them so that they | jhb | 2005-05-27 | 3 | -3/+3 |
* | Remove (now) unused argument 'td' from bsd_to_linux_statfs(). | pjd | 2005-05-27 | 1 | -4/+3 |
* | Remove (now) unused argument 'td' from cvtstatfs(). | pjd | 2005-05-27 | 2 | -14/+12 |
* | Sync locking in freebsd4_getfsstat() with getfsstat(). | pjd | 2005-05-27 | 2 | -0/+6 |
* | Use consistent style in functions I want to modify in the near future. | pjd | 2005-05-27 | 2 | -18/+30 |
* | In the current world order, each socket has two mutexes: a mutex | rwatson | 2005-05-27 | 2 | -26/+12 |
* | Remove thread_upcall_check, it was used to avoid race bug in earlier | davidxu | 2005-05-27 | 3 | -16/+1 |
* | Back out ipx.h:1.18, which introduced a Linux API compatibility field in | rwatson | 2005-05-27 | 1 | -3/+0 |
* | Remove sleep queue hack, it is no longer needed with current sleep queue. | davidxu | 2005-05-27 | 1 | -8/+0 |
* | Remove pmap_deactivate(), we do not use it. | cognet | 2005-05-27 | 1 | -6/+0 |
* | Latest README to correspond to latest Intel version 2.1.7 | tackerman | 2005-05-26 | 1 | -143/+124 |
* | Changes to update driver with latest Intel driver version 2.1.7 | tackerman | 2005-05-26 | 5 | -529/+2504 |
* | s/_KLD_MODULE/KLD_MODULE/ | cognet | 2005-05-26 | 1 | -1/+1 |
* | Don't enable interrupts in the dispatcher, there's no need to do so. | cognet | 2005-05-26 | 1 | -2/+1 |
* | Don't call vm_page_dirty() in pmap_nuke_pv(), it's not the place to do so, and | cognet | 2005-05-26 | 1 | -2/+1 |
* | Plug mbuf leak, that I have introduced in 1.85. Also restore important comment | glebius | 2005-05-26 | 1 | -5/+13 |
* | This is conform with the terminology in | ps | 2005-05-25 | 4 | -20/+18 |
* | After provider creation!! | pjd | 2005-05-25 | 1 | -6/+6 |
* | Separate out address-detaching part of if_detach into if_purgeaddrs, | peadar | 2005-05-25 | 3 | -46/+45 |
* | Remove bits specific to CPUs we won't support (< armv4). | cognet | 2005-05-25 | 5 | -538/+15 |
* | Increase the refresh rate. | cognet | 2005-05-25 | 1 | -1/+1 |
* | Add a missing comma which prevents compilation with debugging enabled. | harti | 2005-05-25 | 1 | -1/+1 |
* | - Call root_mount_rel() when provider IS created, not earlier. | pjd | 2005-05-25 | 1 | -8/+20 |
* | MFi386: Add ReiserFS | nyan | 2005-05-25 | 3 | -0/+18 |