| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce a new mutex, ng_fec_mtx, to protect the global unit list to | rwatson | 2004-07-14 | 1 | -1/+10 |
* | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+11 |
* | Introduce a new mutex, ng_iface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+12 |
* | Some laptops report the "design-capacity" instead of the "real-capacity" | marks | 2004-07-14 | 1 | -0/+9 |
* | In addition to the real user ID check, do an explicit jail | csjp | 2004-07-14 | 1 | -2/+3 |
* | Correct bounds check in lapic_create(). | jhb | 2004-07-14 | 1 | -1/+1 |
* | Unbreak LINT: device card no longer takes a count. | des | 2004-07-14 | 1 | -1/+1 |
* | Make sure to update the mnt_stats before UFS1 extattr tried to | phk | 2004-07-14 | 1 | -5/+4 |
* | Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me. | mlaier | 2004-07-14 | 1 | -5/+5 |
* | Like on i386, eliminate pv_ptem (which was suggested by alc). This | peter | 2004-07-14 | 2 | -30/+58 |
* | Remove fdc_alloc_resources, which should have happened in last commit. | imp | 2004-07-14 | 2 | -143/+2 |
* | Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. | alfred | 2004-07-14 | 2 | -3/+32 |
* | Fix the pccard attachment to have a chance of working. | imp | 2004-07-14 | 2 | -32/+214 |
* | Follow PnP location string change in acpi.c. | takawata | 2004-07-14 | 1 | -1/+1 |
* | do { } while(0) KNOTE macro, whitespace | alfred | 2004-07-14 | 1 | -2/+3 |
* | Additional pmap locking | alc | 2004-07-14 | 1 | -28/+49 |
* | Switch snoop device to using C99 initialization for struct linesw. | rwatson | 2004-07-14 | 1 | -2/+8 |
* | Convert SLIP to using C99 structure initialization for its struct | rwatson | 2004-07-14 | 1 | -2/+8 |
* | In pmap_remove_pages(), when clearing a pte, update the corresponding | alc | 2004-07-14 | 1 | -0/+4 |
* | Regen | peter | 2004-07-14 | 4 | -9/+4 |
* | Unmapped syscalls should be NOPROTO so that we don't get a duplicate | peter | 2004-07-14 | 1 | -1/+1 |
* | In pmap_remove_pages(), when the pv_list is entry, we want to clean the | cognet | 2004-07-13 | 1 | -3/+2 |
* | Set TDF_NEEDRESCHED when a higher priority thread is scheduled in | jhb | 2004-07-13 | 1 | -1/+1 |
* | Give kldunload a -f(orce) argument. | phk | 2004-07-13 | 17 | -33/+91 |
* | Add kldunloadf() system call. Stay tuned for follwing commit messages. | phk | 2004-07-13 | 2 | -2/+4 |
* | Clean up our pnpinfo and location strings. | njl | 2004-07-13 | 1 | -7/+5 |
* | Call device_identify routines after doing the namespace walk. This is | njl | 2004-07-13 | 1 | -8/+6 |
* | Send the fla driver in the Attic | phk | 2004-07-13 | 7 | -1614/+0 |
* | Desupport M-Systems DiskOnChip driver "fla" | phk | 2004-07-13 | 2 | -10/+0 |
* | fix compilation. | phk | 2004-07-13 | 1 | -1/+1 |
* | oldcard's card device no longer requires a count | imp | 2004-07-13 | 2 | -2/+2 |
* | Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype | kensmith | 2004-07-13 | 1 | -1/+0 |
* | Remove erroneous semicolons. | stefanf | 2004-07-13 | 5 | -6/+6 |
* | Merged from recent fdc driver changes. | nyan | 2004-07-13 | 6 | -194/+294 |
* | Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we've | cperciva | 2004-07-13 | 1 | -1/+2 |
* | MFi386: revision 1.213. | nyan | 2004-07-13 | 3 | -48/+60 |
* | Remove unused macro. | pjd | 2004-07-13 | 1 | -9/+0 |
* | Decrease log level of one debug message, so there is no hole (level 2 | pjd | 2004-07-13 | 1 | -1/+1 |
* | Minor sysctl description fixes. | pjd | 2004-07-13 | 1 | -2/+2 |
* | Another LINT compilation fix | phk | 2004-07-13 | 1 | -1/+0 |
* | Make LINT compile | phk | 2004-07-13 | 2 | -2/+0 |
* | Re-enable debugger port. | simokawa | 2004-07-13 | 1 | -3/+124 |
* | Replace DDB with KDB. | simokawa | 2004-07-13 | 1 | -1/+1 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 1 | -75/+153 |
* | Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPEND | davidxu | 2004-07-13 | 2 | -12/+117 |
* | Add ptrace_clear_single_step(), alpha already has it for years, the function | davidxu | 2004-07-13 | 8 | -0/+59 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 6 | -70/+123 |
* | Do not call sorecieve() in the context of a socket callback as it causes | alfred | 2004-07-13 | 1 | -3/+5 |
* | Simplify pmap_protect(). | alc | 2004-07-13 | 1 | -6/+3 |
* | Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE | alfred | 2004-07-13 | 1 | -5/+1 |