summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use _ALIGN_TEXT. Implement __cyg_profile_func_enter andjake2002-07-292-20/+138
* | | | Add _ALIGN_DATA and _ALIGN_TEXT macros.jake2002-07-291-1/+9
* | | | Remove some stuff that snuck in last commit.jake2002-07-291-5/+0
* | | | Use login_getpwclass() instead of login_getclass() so that the rootfanf2002-07-291-1/+2
* | | | OK, dont rely on the upper layers handling iosize_max correctly,sos2002-07-284-12/+10
* | | | o Modify vm_page_grab() to accept VM_ALLOC_WIRED.alc2002-07-282-1/+5
* | | | fetch(1) is WARNS-5 clean (tested on i386 and Alpha)des2002-07-281-0/+1
* | | | Use strtol(3) instead of a home-grown version, and fix a "possiblydes2002-07-281-36/+24
* | | | Make a temporary copy of the output data in the generic sysctl handlerstruckman2002-07-281-6/+45
* | | | o Lock page queue accesses by vm_page_free().alc2002-07-281-14/+19
* | | | Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-289-0/+15
* | | | Fix a bug introduced in previous commit. Due to the interaction of thejake2002-07-281-2/+2
* | | | o Lock page queue accesses by vm_page_free().alc2002-07-281-2/+8
* | | | Recognize frames for lcall_syscall and int0x80_syscall.peter2002-07-281-2/+4
* | | | Update, correct and bring in sync with reality all the i4b kernelhm2002-07-2817-437/+358
* | | | Add enough consts to keep everyone happy.dwmalone2002-07-281-1/+1
* | | | Don't reuse a const char * when we really want a char *.dwmalone2002-07-281-5/+7
* | | | Improve WARNS situation for kdump:dwmalone2002-07-281-45/+58
* | | | Revert the previous delta; uintfptr_t needs to be available tomike2002-07-281-0/+1
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-289-54/+31
* | | | The return value of snprintf should be always nonnegative, so it shoulddwmalone2002-07-281-1/+1
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-282-39/+14
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-281-14/+7
* | | | ANSify function definitions to avoid a warning.dwmalone2002-07-281-10/+7
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-281-6/+3
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-281-4/+2
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-2810-46/+18
* | | | ANSIify function definitions to avoid some warnings.dwmalone2002-07-281-11/+5
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-281-30/+16
* | | | ANSIify function definitions to avoid a warning.dwmalone2002-07-281-7/+4
* | | | Search the include path for the argument to -f, to make lives easier forjmallett2002-07-281-6/+13
* | | | New release notes: devfs rule subsystem, lock(1) -vdd2002-07-282-0/+28
* | | | Lock page queue accesses by vm_page_free().alc2002-07-281-0/+8
* | | | Add a -v option that prevents switching virtual terminals while thisdd2002-07-282-13/+47
* | | | Nuke whitespace at EOL.dd2002-07-282-3/+3
* | | | Correct misindentation of DRA_UID.dd2002-07-281-1/+1
* | | | What we're actually passing around is an ioctl request, not a command,dd2002-07-281-3/+3
* | | | This compiles cleanly with WARNS=5 on i386 and alpha, so try to makedd2002-07-281-1/+1
* | | | Implement this (quoted from the updated man page): If the first tokendd2002-07-284-9/+181
* | | | o Lock page queue accesses by vm_page_free().alc2002-07-281-2/+3
* | | | o Lock page queue accesses by vm_page_free().alc2002-07-281-0/+2
* | | | Use more standard section names in an attempt to unconfuse new usersdd2002-07-281-8/+5
* | | | As of revision 1.38 of make/parse.c, our make(1) will warn too. Note thatjmallett2002-07-282-4/+6
* | | | Unimplement panic(8) by making sure that we don't recurse into add2002-07-281-5/+11
* | | | Print a warning when we are given two scripts for one target. This is neitherjmallett2002-07-281-0/+4
* | | | Stock -current has more than 300 files in /etc, so 255 inodes for thedd2002-07-283-3/+3
* | | | Add a period to the end of the "starting" message to be consistentdd2002-07-281-1/+1
* | | | Calculate checksums correctly when LSRR is in effect by passing thefenner2002-07-281-24/+36
* | | | Update for traceroute 1.4a12fenner2002-07-281-3/+6
* | | | Merge 1.4a12fenner2002-07-284-228/+613
OpenPOWER on IntegriCloud