summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Register a request that all changes to *env(3) be reviewed by secteamcperciva2009-12-061-0/+2
* sh: Test ;<newline> as well as ; in the 'for' parser test.jilles2009-12-061-3/+3
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingscf2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toscf2009-12-061-8/+9
* Add a libutempter compatibility interface to libulog.ed2009-12-066-5/+264
* restore setting of sin_len (was removed in 1.146 last february) asluigi2009-12-061-1/+3
* Unbreak build.nwhitehorn2009-12-061-1/+1
* Don't forget to link the fixits against -lulog.ed2009-12-063-3/+3
* MFp4:mav2009-12-062-0/+9
* Make `make cleanilinks' work in /sys/modules.ed2009-12-061-6/+5
* Don't depend on <utmp.h>.ed2009-12-061-4/+3
* Make pw(8) build without <utmp.h>.ed2009-12-061-5/+0
* Let w(1) use utmpx.ed2009-12-062-31/+28
* MFp4:mav2009-12-0645-1190/+1612
* Fix burst processing for WF2Q pipes - do not increase available burst sizeoleg2009-12-051-1/+3
* Unbreak rescue(8). We should also link against libulog now.ed2009-12-051-1/+1
* Let systat's vmstat use utmpx.ed2009-12-052-16/+9
* Port who(1) to utmpx.ed2009-12-052-58/+56
* Change VOP_FSYNC for zfs vnode from VOP_PANIC to zfs_freebsd_fsync(),kib2009-12-051-1/+1
* Let init(8) and reboot(8) use utmpx to log wtmp entries.ed2009-12-054-11/+22
* Let wall(1) use utmpx.ed2009-12-052-28/+29
* We have to eventually look for provider without checking guid as this is needpjd2009-12-051-3/+5
* Let date(1) use utmpx instead of logwtmp().ed2009-12-052-5/+11
* Let wall(1) use utmpx.ed2009-12-052-18/+17
* Add WARNS?=6, because it seems to build out of the box.ed2009-12-051-0/+2
* Use _ULOG_POSIX_NAMES here, to make eventual porting to <utmpx.h> easier.ed2009-12-051-4/+5
* Massively extend libulog:ed2009-12-0511-158/+736
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-0512-42/+27
* Don't let the C library depend on <utmp.h>.ed2009-12-053-14/+12
* Remove warnings from exec.c.ed2009-12-051-20/+19
* Use ANSI C prototypes inside termios.ed2009-12-051-31/+13
* Remove (hidden) warning about missing prototypes for fdevname(3).ed2009-12-051-0/+1
* Add more obsolete files.antoine2009-12-051-0/+3
* Remove trailing ";" in UMA_HASH_INSERT and UMA_HASH_REMOVE macros.antoine2009-12-051-2/+2
* Fix deadlock when ZVOLs are present and we are replacing dead component orpjd2009-12-052-2/+10
* Always check guid when opening by path, because we may end up with providerpjd2009-12-051-5/+3
* Avoid using additional variable for storing an error if we are not goingpjd2009-12-051-3/+2
* Make sure enough memory is allocated for a struct pft_entry whensyrinx2009-12-051-1/+1
* Do not ignore device interrupt if bus mastering is still active. It ismav2009-12-051-2/+1
* Add a missing space to the error message when execvp() failed.stefanf2009-12-051-1/+1
* adjust comment in previous commit after Julian's explanationluigi2009-12-051-8/+9
* On Soft Reset, read device signature from FIS receive area, instead ofmav2009-12-051-3/+5
* remove a dead block of code, document how the ipfw clients areluigi2009-12-051-27/+28
* fix build with VNET enabledluigi2009-12-051-1/+1
* Regenerate.kib2009-12-044-12/+16
* Add several syscall compat32 entries for acl manipulation.kib2009-12-041-4/+8
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2009-12-044-39/+425
* Import the unchanged v4l videodev.h from the vendor branch.netchild2009-12-041-0/+372
|\
| * Import the interface description of the video for linux (v4l) subsystem.netchild2009-12-041-0/+372
* Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than hardume2009-12-041-5/+23
OpenPOWER on IntegriCloud