summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-178-8/+8
* As long threatened, stage 2 of making a dynamically-linked root a reality.gordon2003-08-172-1/+3
* Prepend /lib to the builtin library search path in rtld.gordon2003-08-172-2/+2
* In preparation for libraries being installed in /lib, add lib to thegordon2003-08-171-1/+1
* Prepend /lib to the search order for libraries.gordon2003-08-171-1/+1
* Add /lib and /libexec directories. These are part of the dynamic rootgordon2003-08-171-0/+4
* Handle the case where SHLIBDIR != LIBDIR. When creating links, wegordon2003-08-171-1/+6
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-1736-176/+197
* In pmap_copy(), since we have the page table page's physical addressalc2003-08-172-6/+4
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-169-27/+79
* Make it clear that -a flag and interface parameter are mutually exclusivecharnier2003-08-162-13/+19
* Imply NOLIBC_R for PowerPC.obrien2003-08-161-1/+1
* use strlcpy().ume2003-08-161-4/+4
* add section namecharnier2003-08-161-1/+1
* Use constants less throughout the code and instead use the objsizebmilekic2003-08-161-6/+6
* - added the case of 802.11 to check link status.ume2003-08-161-5/+5
* Fix wrong identifier on .end directive. The SYSCALL macro does namemarcel2003-08-164-4/+4
* bandaide to make this build againimp2003-08-163-6/+18
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-1618-75/+53
* If threaded mode is not turned on yet, direct call __sys_sched_yield.davidxu2003-08-162-4/+6
* Replace some syscalls with libc version, this makes abort work better withdavidxu2003-08-161-10/+7
* Give timecounters a numeric quality field.phk2003-08-166-33/+68
* Revision 1.44 of ufs/ufs/inode.h has made it necessary to add two newalc2003-08-161-0/+2
* Keep initial kse and kse group just like we keep initial thread,davidxu2003-08-162-18/+22
* Access user provided pointer out of lock, and also check the case whendavidxu2003-08-162-16/+20
* Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()alc2003-08-161-40/+4
* FICL doesn't build on PowerPC yet, so disable.obrien2003-08-163-21/+21
* Fix a range check bug. Don't left-shift the integer argument 'data'.marcel2003-08-161-12/+7
* Move aha(4) devices out of Adaptec-centric section to new paragraphs.bmah2003-08-152-96/+14
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDwpaul2003-08-152-0/+3
* It appears in some configurations with an on-board RTL8100 chip (in thiswpaul2003-08-151-2/+0
* Add DAC960PDU to list of supported cards, taken from Hardware Notes.bmah2003-08-151-0/+2
* - Various style fixes in both code and comments.jhb2003-08-153-66/+75
* ISO 3166-1 Newsletter V-8 changes YUGOSLAVIA to SERBIA AND MONTENEGROwollman2003-08-152-2/+5
* Eliminate the i_devvp field from the incore UFS inodes, we canphk2003-08-154-7/+5
* - supported a string notation for xxflags.ume2003-08-159-409/+531
* Catch up aha(4) manpage with hardware notes and driver code.bmah2003-08-151-4/+4
* Add ptrace_machdep.c.marcel2003-08-151-0/+1
* #ifdef __i386__ the "int slice" definition that became i386-only withrwatson2003-08-151-0/+2
* use arc4random.ume2003-08-152-1/+7
* variable shared with signal handler needs to be "volatile sig_atomic_t".ume2003-08-151-2/+2
* Remove a stray ".Xr rtadvd 8" that snuck in in the middle of a sentence.ceri2003-08-151-2/+1
* set LOG_PERROR for openlog() when running foreground.ume2003-08-151-3/+7
* dump the content of route information optionsume2003-08-151-1/+19
* logged the fact to dump the status.ume2003-08-151-0/+3
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-153-270/+4
* - Fix a typo in a comment.jhb2003-08-152-14/+14
* - Add macros describing some new MSR's in the Pentium 4 and some olderjhb2003-08-151-0/+25
* - Fix a duplicated typo.jhb2003-08-153-9/+9
* - Remove redundant <sys/sysctl.h> include.jhb2003-08-151-4/+1
OpenPOWER on IntegriCloud