summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix argument type in the call to expand_numberluigi2009-12-041-1/+1
* - In ypproc_all_2_svc(), yp_fork() is called only when !debug case.kuriyama2009-12-041-1/+4
* - Replace magic number with YPOLDVERS macro (which may be missed inkuriyama2009-12-041-1/+1
* Add disk-magic for amd64: same as i386.phk2009-12-041-2/+17
* Add a missing word to a sentence in the return values section.trhodes2009-12-041-1/+1
* ichsmb: drop default attachment to generic smbus hardwareavg2009-12-041-8/+0
* Fix cases where we've managed to get a Loop UP event prior to initializingmjacob2009-12-042-43/+52
* Add workaround to overcome hardware limitation which allows only ayongari2009-12-031-0/+37
* Add uhci/ehci controller ids.thompsa2009-12-032-0/+16
* Change 'load' balancing mode algorithm:mav2009-12-032-30/+26
* Repair breakage to last-minute API change.ed2009-12-031-4/+2
* Properly return an error reply if an NFS remove or link operation fails.jhb2009-12-031-4/+3
* The first argument of dcbz interprets r0 as a literal zero, not the second.nwhitehorn2009-12-031-1/+1
* Remove wrong assertion. Debugee is allowed to lose a signal.kib2009-12-031-3/+2
* Yet another cosmetic fix.trasz2009-12-031-3/+3
OpenPOWER on IntegriCloud