| Commit message (Expand) | Author | Age | Files | Lines |
* | Add __FBSDID()s to libstand | dillon | 2001-09-30 | 53 | -49/+161 |
* | Add __FBSDID()s to librpcsvc | dillon | 2001-09-30 | 7 | -16/+25 |
* | Add __FBSDID()s to libradius | dillon | 2001-09-30 | 1 | -2/+3 |
* | Add __FBSDID()s to libpam | dillon | 2001-09-30 | 19 | -39/+56 |
* | Fix the problem that the startup directory is printed out if it | obrien | 2001-09-30 | 1 | -1/+1 |
* | Add __FBSDID()s to libopie | dillon | 2001-09-30 | 1 | -2/+3 |
* | Add __FBSDID()s to libnetgraph | dillon | 2001-09-30 | 3 | -6/+9 |
* | Add __FBSDID()s to libncurses | dillon | 2001-09-30 | 2 | -4/+6 |
* | Add __FBSDID()s to libncp | dillon | 2001-09-30 | 14 | -31/+52 |
* | Add __FBSDID()s to libmp | dillon | 2001-09-30 | 1 | -4/+2 |
* | add __FBSDID()s to libmd | dillon | 2001-09-30 | 10 | -14/+30 |
* | Add __FBSDID()s to libm | dillon | 2001-09-30 | 33 | -2/+99 |
* | Add __FBSDID()s to libipx | dillon | 2001-09-30 | 2 | -2/+6 |
* | Add __FBSDID()s to libipsec | dillon | 2001-09-30 | 6 | -6/+18 |
* | Add __FBSDID()s to libio | dillon | 2001-09-30 | 4 | -10/+12 |
* | Add missing '*/' (? why wasn't this caught earlier?) | dillon | 2001-09-30 | 1 | -0/+1 |
* | Add __FBSDID()s to internal libgnumalloc() | dillon | 2001-09-30 | 1 | -0/+7 |
* | Add __FBSDID()s to libftpio | dillon | 2001-09-30 | 1 | -3/+3 |
* | Add __FBSDID()s to libfetch | dillon | 2001-09-30 | 5 | -10/+15 |
* | Add identcpu.c. | jake | 2001-09-30 | 1 | -0/+1 |
* | Add __FBSDID()s to libedit | dillon | 2001-09-30 | 18 | -12/+37 |
* | Add __FBSDID()s to libdisk | dillon | 2001-09-30 | 9 | -27/+27 |
* | Add __FBSDID()s to libcam | dillon | 2001-09-30 | 2 | -3/+7 |
* | Add __FBSDID's to libcalendar | dillon | 2001-09-30 | 2 | -4/+6 |
* | __FBSDID() Cleanup | dillon | 2001-09-30 | 6 | -1/+7 |
* | Add __FBSDID's to libalias | dillon | 2001-09-30 | 20 | -42/+64 |
* | Add contents to struct *reg. | jake | 2001-09-30 | 1 | -4/+35 |
* | Optimize bcopy and bzero etc to use 64 bit loads and stores if possible. | jake | 2001-09-30 | 2 | -232/+474 |
* | Use %ver to identify the cpu instead of openfirmware. | jake | 2001-09-30 | 2 | -1/+72 |
* | Remove some debug code, add traces. | jake | 2001-09-30 | 1 | -12/+10 |
* | Return EIO for procfs_*_dbregs. | jake | 2001-09-30 | 1 | -2/+2 |
* | Specify readability and / or writeability for all nodes that need it. | des | 2001-09-30 | 1 | -18/+18 |
* | Add a place holder for PSTATE_SECURE, which detects if user code it | jake | 2001-09-30 | 1 | -0/+2 |
* | pseudofs.h: | des | 2001-09-30 | 2 | -37/+54 |
* | Split the low level trap code into trap, interrupt and syscall, its | jake | 2001-09-30 | 5 | -237/+693 |
* | Implement sysarch(). | jake | 2001-09-30 | 1 | -2/+9 |
* | Fix some traces. td->p_comm doesn't exist. | jake | 2001-09-30 | 2 | -6/+12 |
* | Move the kernel to end of the first 4 gigabytes of address space, so that | jake | 2001-09-30 | 4 | -85/+234 |
* | Add a macro to get the context from a tte tag, not necesarily a whole | jake | 2001-09-30 | 1 | -6/+2 |
* | Include <machine/setjmp.h> instead of <setjmp.h>. | jake | 2001-09-30 | 1 | -1/+1 |
* | Don't use types that require other headers. | jake | 2001-09-30 | 2 | -3/+3 |
* | Wrap hardware trap types in ifdef _kernel. | jake | 2001-09-30 | 1 | -0/+4 |
* | Move the pcb the to the top of the kernel stack. | jake | 2001-09-30 | 5 | -61/+75 |
* | Don't overflow the ktr buffer <gulp>. | jake | 2001-09-30 | 1 | -0/+4 |
* | Implement PCPU_ADDR. Align functions on 16 bytes boundaries. | jake | 2001-09-30 | 1 | -1/+4 |
* | Token man page for pseudofs(9). | des | 2001-09-30 | 2 | -1/+70 |
* | Add "ln" entries for ssh, ssh1 and scp | luigi | 2001-09-30 | 1 | -0/+3 |
* | Modify wildcard for vmware interfaces. I am not sure how | luigi | 2001-09-30 | 1 | -1/+1 |
* | When FREE()ing kqueue related structures, charge them to the correct bucket. | jlemon | 2001-09-30 | 1 | -3/+3 |
* | Check the return values from calls to malloc(), calloc(), strdup() etc. | des | 2001-09-30 | 1 | -12/+33 |