summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use the print_flags function to print the OP_ flags of a target.harti2005-05-134-41/+28
* In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* When used as divert socket we need to decouple stack when node is enteredglebius2005-05-131-1/+3
* Since there is no way to queue a function call to node, createglebius2005-05-132-3/+18
* lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentpeadar2005-05-131-3/+2
* Cleanup commentssos2005-05-135-22/+11
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-1316-81/+27
* Fix more ATAPI breakage.sos2005-05-131-3/+9
* Make Shell_Init() static - it's only used here.harti2005-05-132-10/+9
* Add libdata/pkgconfig. It is used under ${LOCALBASE} as much (if not more)marcus2005-05-131-0/+2
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)nectar2005-05-132-2/+2
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-134-0/+218
* If there is a problem during probe, be sure to free up any resourcesnjl2005-05-121-2/+2
* Remove unimplemented ACL types.rwatson2005-05-121-4/+0
* Actually use the iterating variable in the for loop when trying to avoidjhb2005-05-121-1/+1
* Add a flag (-q) which prints no header for the file and which doesn't indent thejmallett2005-05-122-33/+61
* Include <err.h>. On my system CVS Make(1) has an implicit declaration ofjmallett2005-05-121-0/+1
* Wordsmithing.brueffer2005-05-121-1/+1
* Still too early to bump WARNS - there are still warnings on 64bitharti2005-05-121-1/+1
* Make sure machine is initialize before use. Also make two pointers constharti2005-05-121-4/+5
* Get rid of the warning about vfork() clobbering variables.harti2005-05-121-4/+9
* Do mktemp() by hand to get rid of the mktemp() warning and theharti2005-05-121-17/+102
* Use a variable initialized to a string instead of the string directlyharti2005-05-122-7/+8
* Move code in CondToken() and get rid of a goto.harti2005-05-121-12/+11
* Remove a useless else and un-indent the following code.harti2005-05-121-377/+378
* Revert the previous accidential commit.harti2005-05-121-1/+1
* Cleanup SuffFindArchDeps() to get rid of two const-warnings.harti2005-05-122-12/+10
* The first element of the vector built by brk_string() is neverharti2005-05-122-10/+15
* Cleanup. Move initialisation of file and program global variablesharti2005-05-121-56/+56
* Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().harti2005-05-123-18/+30
* Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")harti2005-05-123-53/+63
* 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
OpenPOWER on IntegriCloud