Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-23 | Fix compiliation of MULTIPROCESSOR without DDB, being defined. | Gordon Willem Klok | |
From: Mike Belopuhov <mkb AT crypt.org DOT ru>. ok kettenis@ | |||
2007-03-23 | remove blather about the v_interlock; Since its now gone. | Thordur I. Bjornsson | |
suggestions and ok jmc@ | |||
2007-03-23 | Remove duplicated defines from intr.h that are already defined in | Artur Grabowski | |
intrdefs.h that is inlucded first thing in intr.h. eyeballed for sanity by pedro@ | |||
2007-03-23 | Add a new flag -F to netstat restricting route display in conjuction | Pierre-Yves Ritschard | |
with -r to routes in the same address family as the destination. ok henning@, claudio@ | |||
2007-03-23 | Since we now have our own program, we can export more things that | Theo de Raadt | |
matter. Include kern.version, which tells a hell of a lot. ok millert ray | |||
2007-03-23 | missing .El; | Jason McIntyre | |
2007-03-23 | add -F to usage(); | Jason McIntyre | |
2007-03-23 | use the proper abbreviation for second: "s" | Chris Kuethe | |
requested by deanna, naddy, otto, steven ok deanna, otto | |||
2007-03-23 | add Origin AE X15e HTPC case with 7" LCD | Robert Nagy | |
2007-03-23 | the input length is different on the eGalax and ITM screens, | Robert Nagy | |
so let's adapt the code by specifing the corrent length and and move the check to the correct place. | |||
2007-03-23 | Increase sensor polling interval to 30s, just like ntp polls. This | Chris Kuethe | |
improves sensor timekeeping significantly. Before this patch my test system's frequency adjustment would range between -350 and +250, with timedelta rarely getting close to 0. After, frequency adjustmens is on the order of +/- 0.05ppm, with time +/- a few microseconds away from 0 ok henning, mbalmer, otto | |||
2007-03-23 | Only print the routing table id if the routing message uses the rt_msghdr | Claudio Jeker | |
else some random value is printed for messages like RTM_NEWADDR. OK henning@ | |||
2007-03-23 | Make FFS allocation functions non-static, okay miod@ mk@ thib@ | Pedro Martelletto | |
2007-03-23 | Add a new flag -F to netstat restricting route display in conjuction | Pierre-Yves Ritschard | |
with -r to routes in the same address family as the destination. ok henning@, claudio@ | |||
2007-03-23 | Document temporary files. | Ray Lai | |
2007-03-23 | display a timedelta of 0 in seconds, not some other unit. | Chris Kuethe | |
requested by otto, ok otto | |||
2007-03-23 | Add more bloat to manual. | Ray Lai | |
2007-03-23 | Turn AHCI_DEBUG back on for now, so we can see if any commands are timing | Christopher Pascoe | |
out or erroring around the cache flush time. | |||
2007-03-23 | Flags belong under SYNOPSIS, not NAME. | Ray Lai | |
2007-03-23 | Alphabetize flags and environment variables. | Ray Lai | |
2007-03-23 | Replace `&' in gecos field with login, prodded by deraadt@. | Ray Lai | |
2007-03-23 | Fix set to already set local | Jordan Hargrave | |
ok marco@ | |||
2007-03-23 | Track the ATA xfer's state more closely - may help us identify why some | Christopher Pascoe | |
are seeing a panic at halt time. | |||
2007-03-23 | Really clear the device register on the flush cache command. Last commit | Christopher Pascoe | |
adjusted the packet and identify commands. | |||
2007-03-23 | Clear the device register on the flush cache command, in case something | Christopher Pascoe | |
that shouldn't care about don't care bits does care. | |||
2007-03-23 | Catch timed out disk commands. | Christopher Pascoe | |
2007-03-23 | simplify cleanup by using an atexit handler. lets us use err() instead | Ted Unangst | |
of a series of warn()/gotos. ok deraadt | |||
2007-03-23 | add ethertype for ata over ethernet (AoE) | Ted Unangst | |
ok deraadt | |||
2007-03-23 | re-org something for prettiness | Theo de Raadt | |
2007-03-23 | support $PR_FORM environment variable | Theo de Raadt | |
2007-03-23 | Don't insert double slashes ("/tmp//p.XXXXXXXXXX") if TMPDIR ends | Ray Lai | |
in "/". Helps emacs and deraadt@. | |||
2007-03-23 | Support command-line arguments in $EDITOR. Prodded by deraadt@. | Ray Lai | |
2007-03-23 | spacing | Theo de Raadt | |
2007-03-23 | -V in usage | Theo de Raadt | |
2007-03-23 | document -L -V and -P options. still a bit short | Theo de Raadt | |
2007-03-23 | add -V (version) support | Theo de Raadt | |
2007-03-23 | Get rid of silly gcc warning. | Ray Lai | |
OK deraadt@. | |||
2007-03-23 | handle the -L and -P options; ok ray | Theo de Raadt | |
2007-03-23 | Enable our sendbug(1), prodded by deraadt@. | Ray Lai | |
2007-03-23 | some minor KNF, including sentinals; ok ray | Theo de Raadt | |
2007-03-23 | Import public domain rewrite of sendbug, written by Ray Lai. =) | Ray Lai | |
Replaces GNU sendbug/sendpr, the wonderful shell script that had trouble dealing with signals, behaved differently depending on what file it read upon startup, and suffered from issues plaguing most large shell scripts. OK deraadt@. | |||
2007-03-23 | cannot remember what the vax -O0 workaround in 2002 was for. wish the | Theo de Raadt | |
commit message had explained the problem at least vaguely. disable the workaround so that if the bug exists, it can rear it's head again (in 10 minutes of playing around, i could not find any unusual behaviour) | |||
2007-03-23 | Add a routine to scale timedelta sensors to more meaningful units, | Chris Kuethe | |
like fmt_scaled(3) does. Ranges from picoseconds to days. Also removes a couple of unneeded curses operations. ok deanna, ok deraadt | |||
2007-03-22 | remove default output of version numbers to silence confused auditing | Pierre-Yves Ritschard | |
programs. prompted by deraadt@ and cloder@, ok cloder@, henning@, xsa@ | |||
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat | |
2007-03-22 | Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@, | Mark Kettenis | |
deraadt@. "reads right" deraadt@ | |||
2007-03-22 | Change yet another kernel message starting with `<'. | Miod Vallat | |
2007-03-22 | When registering VME interrupts, maintain a direct ipl->vector table, as long | Miod Vallat | |
as no more than one interrupt is registered for a given level. Then, if the VME interrupt vector reading cycle fails on the 188 interrupt arbiter, we can use this table as a hint if it has a valid entry, since we know on which ipl line the interrupt occured. This basically silences the m188_ext_int: timeout getting VME interrupt vector, level 3, mask 0x400<IRQ3> occasional messages appearing when the MVME376 is overloaded. | |||
2007-03-22 | In cmmu routines, replace splhigh() with disable_interrupts(), saves a function | Miod Vallat | |
pointer indirection for a similar result; also move the interrupt disabling code to the public routines, so that we do not end altering the psr more than necessary. | |||
2007-03-22 | Fix handling of multiple stdin arguments in cooked mode, closes PR 5418. | Todd C. Miller | |
From Johan Veenhuizen |