summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reshuffle functions to get rid of prototypes.harti2005-05-121-108/+102
* Compat_RunCommand is used only in job.c so make it static there.harti2005-05-122-2/+2
* Move variable printing from main.c to var.charti2005-05-123-29/+38
* Fix the fix for bin/72510 applied in job.c:1.70. Actually there haveharti2005-05-125-8/+13
* - Gather statistics about failed mbuf+cluster+ng_item allocations.glebius2005-05-122-11/+12
* Move the pc98 keymap define into pckbdtables.h because it should be usednyan2005-05-123-143/+204
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-128-35/+56
* Remove unused IO_NPX* defines.nyan2005-05-122-4/+0
* Move some global variables to the correct files.harti2005-05-124-10/+12
* Untwist the convoluted if() expressions in JobFinish(). Theyharti2005-05-121-106/+174
* Move some comments around to where they belong and remove some unneccessaryharti2005-05-122-48/+34
* Convert Compat_RunCommand() to use ProcWait(). This also gives Cmd_Exec()harti2005-05-121-73/+68
* Make a function ProcWait() that waits for the given process.harti2005-05-121-20/+31
* Overhaul the fork(), exec() code. Put all the common handling thatharti2005-05-121-167/+222
* The final test in unlock_and_deallocate() to determine if GIANT needs to begrehan2005-05-121-1/+1
* We don't use 'mp' variable, but we do want to mount devfs, ehh.pjd2005-05-121-0/+2
* When looking for the next hole to retransmit from the scoreboard,ps2005-05-115-82/+134
* Don't forget to copy the TP when forking, or bad things will happen to thecognet2005-05-111-0/+1
* Fix three typos in comments. Two of them obtained from OpenBSD.brueffer2005-05-111-3/+3
* Remove unised variable introduced by accident in rev 1.168.pjd2005-05-111-3/+0
* cp can't be NULL.pjd2005-05-111-7/+5
* gp can't be NULL.pjd2005-05-111-10/+8
* Plug memory leaks.pjd2005-05-111-5/+5
* Do not dereference dvp pointer before doing a NULL check.kan2005-05-111-1/+2
* Plug a potential memory leak.kan2005-05-111-1/+3
* Add new Intel PCI ID's for the ICH7 chips (untested).sos2005-05-112-2/+13
* Handle theoretical case of vfs_export being called with both MNT_DELEXPORT andkan2005-05-111-0/+1
* Add KASSERT() to be sure there is an active component.pjd2005-05-111-0/+1
* Check return value.pjd2005-05-111-0/+4
* Do not initialize path variable with useless value just beforekan2005-05-111-1/+0
* - check for geom_uzip module presence using kldstat -m.fjoe2005-05-112-6/+4
* Add support for AHCI compliant ATA devices.sos2005-05-112-14/+463
* Take out Giant in uhub_child_* in giant. There's one place where weimp2005-05-111-9/+16
* Add back one line that got deleted in the last commit.sos2005-05-111-2/+4
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.delphij2005-05-112-1/+2
* Avoid (unnecessarily) casting away const within uuid_is_nil.delphij2005-05-111-2/+2
* 'ngtee' also depends on net.inet.ip.fw.one_pass.glebius2005-05-111-1/+3
* Fix ATAPI DMA. We need to set the proper flags for DMA modes.sos2005-05-111-1/+3
* Describe newly implemented bug.glebius2005-05-111-1/+8
* A new version of NetFlow node.glebius2005-05-114-302/+340
* Add MacOS 10.4.maxim2005-05-111-1/+3
* Run /etc/rc.d/syscons restart when a usb keyboard is attached so that thebrian2005-05-111-1/+1
* Move assertion below initializer.glebius2005-05-111-3/+3
* Document zlib update procedure and provide future maintainers akientzle2005-05-111-0/+44
* Since the FreeBSD local modifications are mostly trivial (consistingkientzle2005-05-1115-78/+91
* Fix some incorrectly swapped fields in an ICB.mjacob2005-05-112-17/+37
* shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RDjmallett2005-05-111-2/+2
* Spell 1 as SHUT_WR in argument to shutdown(2).jmallett2005-05-111-2/+2
* Spell out shutdown(2)'s how argument in #ifdef notdef'd code.jmallett2005-05-111-1/+1
* Spell SHUT_RD as SHUT_RD not 0 as the how argument to shutdown(2).jmallett2005-05-111-1/+1
OpenPOWER on IntegriCloud