2003-08-06 |
Robert Garrett | add -crypto to the list of required libraries |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Robert Garrett | Undo a local change that made it into the makefile |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Robert Garrett | Change this back |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Hiten Pandya | Backout my ``proc cleanup'' brain damage. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Robert Garrett | Fix conditional that had two &&'s so that make release |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Hiten Pandya | Um, ok. I should have slept a little more. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Jeroen Ruigrok... | Remove kerberosIV from the build. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Jeroen Ruigrok... | Clean up two lint warnings, by adding /* NOTREACHED... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Matthew Dillon | Fix a compile time error. Rename MAX to RAINMAX and... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Matthew Dillon | Explicitly use an unsigned index for 'which' in shmsys... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Matthew Dillon | Remove NOSECURE which no longer serves a purpose. ... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | Move the backtrace() function from kern_subr.c to ... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | DELAY() does not belong in a MD include file, instead... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | Add backtrace() prototype. |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | LINT cleanup: remove redundant ``struct proc *p'' decla... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | Define HAVE_PPSRATECHECK macro, now that we have merged the |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | LINT cleanup: fix MAX difinition. |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | LINT cleanup: add <sys/systm.h> for printf() |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Hiten Pandya | Use FOREACH_PROC_IN_SYSTEM() throughout. |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Matthew Dillon | Cleanup remaining tsleep priority issues. |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Matthew Dillon | Fix a pointer bug introduced by syscall messaging.... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | fix ;; in /etc/rc.subr |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Enable SSE by default, add nob to turn it off |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Update mtree so man pages quit complaining |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | attach rc.subr to the build |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Add rc.subr to our list of most informative manpages |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Update rc manpage to reflect RCng |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Add nsswitch.conf.5 to man page build |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | update manpage to reflect changes in RCng |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Bring in the man page for nsswitch.conf this is part... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Let us not forget network.subr either |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Robert Garrett | Add rc.subr to /etc/Makefile this fixes a bug where |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Matthew Dillon | Clear the BSS earlier in the boot sequence and clean... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Hiten Pandya | Get LINT to build. |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Hiten Pandya | Generalise, and remove SI_SUB_VINUM; use SI_SUB_RAID... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Hiten Pandya | LINT breakage fix, part one: |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Hiten Pandya | - Make `vmstat -i' working after Matt's interrupt... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Matthew Dillon | Turn off CHECK_POINTS debugging. |
commit | commitdiff | tree | snapshot |
2003-07-30 |
David Rhodus | Try to distinguish PCS encoding error events |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Matthew Dillon | LINT synchronization, remove remaining manually defined... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Matthew Dillon | syscall messaging 3: Expand the 'header' that goes... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
David Rhodus | Fix CPU stats percentages formatting |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Matthew Dillon | Remove KKASSERT(p)'s, 'p' (curproc) no longer exists... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
David Rhodus | Fix for trap 12 on KVA space exhaustion. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Hiten Pandya | Consolidate MIN() usage across kern/ tree. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Hiten Pandya | style(9) police: |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Hiten Pandya | Remove INVARIANT_SUPPORT conditional pre-processing... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Hiten Pandya | No need to comment out unused thread/proc declarations... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Hiten Pandya | Comment out the unused proc/thread declarations. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Matthew Dillon | fileops messaging stage 1: add port and feature mask... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Matthew Dillon | add missing lwkt_msg to manually specified syscall... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Hiten Pandya | Kernel Police: |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Hiten Pandya | Kernel Police: |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Robert Garrett | Now we can add stat to the build |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Robert Garrett | The code to print correct time in long format is not... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Robert Garrett | Make stat behave in the default case |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Matthew Dillon | Fix the msgsys(), semsys(), and shmsys() syscalls which... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Robert Garrett | Import Stat. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Robert Garrett | Remove annoying calls to non existing sysctl's |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Hiten Pandya | Assorted mdoc(7) fixes: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Hiten Pandya | Bring us in sync with 4.8-STABLE. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Robert Garrett | Fix mergemaster so it doesnt depend on stat |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Jeffrey Hsu | Use relative directory, rather than /sys, as base direc... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Robert Garrett | Update a case where changing the uname to DragonFly... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Hiten Pandya | Bring the malloc/mbuf flags up-to-date with FreeBSD. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Hiten Pandya | DDB updates: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Hiten Pandya | Fix building of vm_zone.c in the case of INVARIANTS. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Hiten Pandya | Merge from FreeBSD: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Hiten Pandya | Oops, fix build before anyone realises. :-) |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Hiten Pandya | mdoc(7) assorted fixes: |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Hiten Pandya | mdoc(7) assorted fixes: |
commit | commitdiff | tree | snapshot |
2003-07-27 |
David Rhodus | Null terminate the new argv[] array when converting... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Hiten Pandya | Consolidate usage of MIN/MAX(). |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Hiten Pandya | Add a handy macro, called FOREACH_PROC_IN_SYSTEM(p... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Matthew Dillon | syscall messaging 2: Change the standard return value... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Matthew Dillon | Fix minor bug in last commit, add the required register... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | More register axe work (remove the register keyword) |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | register keyword removal |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Robert Garrett | Begin register keyword removal commits |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Matthew Dillon | Fix __asm syntax error from previous commit. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Matthew Dillon | Performance cleanup. Greatly reduce the number of... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Matthew Dillon | Remove thread->td_cpu. thread->td_gd (which points... |
commit | commitdiff | tree | snapshot |
next |