summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use hw.ata.ata_dma instead of hw.atamodes, which doesn't exist in anymore.dd2002-05-061-1/+1
* Add another Askey ISA modem ID.dwmalone2002-05-061-0/+1
* inet_aton returns 0 on failure, not -1.dwmalone2002-05-061-1/+1
* Make argument to printf match format.marcel2002-05-061-1/+1
* PC98 still uses wd#, so resurrect the wd# entry and mark is "pc98 only".dd2002-05-061-0/+4
* o Header files shouldn't depend on options: Provide prototypesalc2002-05-062-5/+0
* o Condition the compilation and use of vm_freeze_copyopts()alc2002-05-064-3/+16
* Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT.jeff2002-05-061-2/+4
* Affect the first of stdin, stdout and stderr that is attached to a terminal.tjr2002-05-062-17/+28
* -I and -J both set the same variable, replstr, to the string to replace withjmallett2002-05-061-0/+2
* o Some improvements to the page coloring of vm objects, particularly,alc2002-05-061-9/+17
* Include <sys/queue.h> so that this file provides its own namespacebde2002-05-061-0/+1
* s/sysctl -w/sysctl/jedgar2002-05-061-1/+1
* - Properly initialize the count_win when the user turns the info windowmp2002-05-061-1/+4
* o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainlyalc2002-05-064-78/+78
* Restored db_elf.c from the Attic. This will be used for a quick fix forbde2002-05-061-0/+381
* Document the lchflags(2) syscall.mux2002-05-052-1/+14
* Add the lchflags(2) syscall.mux2002-05-058-7/+63
* Add an entry for the lchflags(2) syscall. It's useful to preventmux2002-05-051-0/+1
* Move a KASSERT() in open() prior to unlocking the vnode. It's not safe tojeff2002-05-052-6/+8
* o Condition the compilation of uiomoveco() and vm_uiomove()alc2002-05-054-4/+16
* Begin to turn some of the code in this man page into documentation.chris2002-05-051-31/+102
* Fix a couple of problems which could cause panics at runtime:luigi2002-05-051-51/+56
* Indentation and comments cleanup, no functional change.luigi2002-05-051-51/+58
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-056-9/+56
* In a origin lookup mode (-O) don't bail out when encountering empty packagesobomax2002-05-051-2/+8
* Bring in a slightly older version of usr/bin/passwd which does notluigi2002-05-052-0/+359
* Expand the one-line function pbreassignbuf() the only place it is or couldphk2002-05-053-16/+1
* Move some UFS related stuff home where it belongs.phk2002-05-052-7/+7
* Fix make(1) behaviour regarding SysV-style substitution when given a niljmallett2002-05-051-0/+6
* Add a regression test for bin/5297, regarding sysv substitution with a niljmallett2002-05-054-0/+20
* No longer attempt to power off the ACLINK during suspend - luigiorion2002-05-051-3/+0
* Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. Sincemux2002-05-051-0/+1
* Update usage() and manpage to match reality (add -O into usage and adjustsobomax2002-05-052-4/+10
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.sobomax2002-05-051-4/+5
* Handle PLIST_ORIGIN properly.sobomax2002-05-052-0/+9
* Fix broken entityue2002-05-052-2/+2
* Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENTmux2002-05-051-2/+23
* o Add struct mca_guidmarcel2002-05-051-6/+28
* o Include md_var.hmarcel2002-05-051-10/+5
* Remove definition of struct ia64_fdesc. It's been moved to md_var.hmarcel2002-05-051-8/+0
* o Move definition of struct ia64_fdesc here to remove duplication.marcel2002-05-051-1/+11
* Modify the -p implementation to use a user's locale, so they can respond tojmallett2002-05-052-13/+63
* o Remove GIANT_REQUIRED from vm_map_lookup() and vm_map_lookup_done().alc2002-05-051-2/+2
* Fix a typo.jmallett2002-05-051-2/+3
* Return the correct error code (ENOSYS, not EINVAL) from nosys(). Gettingbde2002-05-051-1/+1
* Check for possible overflow from sysconf _SC_ARG_MAX and error out in ajmallett2002-05-051-5/+10
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inbde2002-05-052-0/+2
* Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Onlybde2002-05-051-6/+12
* In an effort to make this utility easier to work with at a source level, movejmallett2002-05-051-141/+154
OpenPOWER on IntegriCloud