Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-25 | Remove LK_INTERLOCK from flags in a call to vget(); | Thordur I. Bjornsson | |
ok pedro@ | |||
2007-03-25 | Synchronise carp advertisements on group demotion. | Marco Pfatschbacher | |
This reduces group failover time to a few milliseconds. Diff from Nathanael. OK henning@ | |||
2007-03-25 | wdc retries (including after suspends) caused a disk to remain busy when | Theo de Raadt | |
it should not; ok dlg problem spotted using zaurus soft-drive-led diff which is pending i think i convinced jsg now that this fix is better than putting it in wdrestart | |||
2007-03-25 | POLLERR is the correct return code for poll errors | Ted Unangst | |
ok art deraadt miod | |||
2007-03-25 | use a rwlock instead of the homegrown approach | Ted Unangst | |
ok art pedro thib | |||
2007-03-25 | support a 2 address format (addr:port addr:port) like fstat outputs. | Theo de Raadt | |
also enhance ipv6 support by unpacking the [addr]:port format. ok beck, itojun, various others | |||
2007-03-25 | Change the "can't allocate llinfo" to a better log message that includes | Claudio Jeker | |
the problemantic IP address and a hopefully better reason message. After discussion with dtucker@, "fine with me" deraadt@ some time ago | |||
2007-03-25 | Instead of using the global -F flag that only works with show, switch to a | Claudio Jeker | |
show specific modifier -gateway to show only routes whose gateway are in the same AF as the destination. Requested by deraadt@, OK pyr@, reyk@, michele@ | |||
2007-03-25 | If the interface metric changes on reload it is necessary to re-originate | Claudio Jeker | |
the router LSA so that the change propagates instantly. Call orig_rtr_lsa() in merge_config() if a interface in an area changes. Do it as late as possible to reduce the amount of updates generated by a config reload. Found and tested by Stuart Henderson. OK norby@ | |||
2007-03-25 | Remove references to KERN_SUCCESS, okay miod@ | Pedro Martelletto | |
2007-03-25 | Remove the flags_lock simplelock from struct vm_map; | Thordur I. Bjornsson | |
Cleanup the code accordingly. ok pedro@, art@ | |||
2007-03-25 | Garbage collect CPU_CLOCKUPDATE since it was only used by i386. | Artur Grabowski | |
from brad. | |||
2007-03-25 | remove KERN_SUCCESS and use 0 instead. | Artur Grabowski | |
eyeballed by miod@ and pedro@ | |||
2007-03-25 | kill extra space in output with diskerr(); ok jsg | Theo de Raadt | |
2007-03-25 | Account for the space of all the previous sessions on disk when | Pedro Martelletto | |
mounting a multisession CD, as they may be accessed as well. From FreeBSD via Enache Adrian, okay krw@ thib@ tedu@. | |||
2007-03-25 | remove a few void * casts that are useless | Ted Unangst | |
2007-03-24 | Complete the right scsi_xfer when processing a disk sync request. | Christopher Pascoe | |
2007-03-24 | rfork sh bits. | Miod Vallat | |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski | |
Instead, keep the proc pointer in it and put the selinfo on a list in struct proc in selrecord. Then clean up the list when leaving sys_select and sys_poll. miod@ ok, testing by many, including Bobs spamd boxes. | |||
2007-03-24 | Use MAXPATHLEN for buffer, which is only used for path construction | Moritz Jodeit | |
and fix handling of empty macdefs, which could result in the mac_end ptr beeing smaller than mac_start, resulting in crashes later on. From Nicholas Marriott. ok millert@ | |||
2007-03-24 | hugh says the vax workaround was for toolchain crashes, not rpc.bootparamd | Theo de Raadt | |
crashes. it compiles now, so remove the workaround | |||
2007-03-24 | fix the vnode locking | Ted Unangst | |
ok marco pedro | |||
2007-03-24 | Call the new ohci_checkrev function on xscale, otherwise the USB version | Christopher Pascoe | |
is not set correctly and the USB bus does not attach. Tested ckuethe@ | |||
2007-03-24 | port registers | David Gwynne | |
2007-03-24 | global register definitions | David Gwynne | |
2007-03-24 | Dump command and response when debugging is enabled | Uwe Stuehler | |
2007-03-23 | Remove 'b_synclist' from struct buf, okay krw@ | Pedro Martelletto | |
From Juan Hernandez Gonzalez | |||
2007-03-23 | Do not enter ddb from the interrupt handler unless option DEBUG. | Miod Vallat | |
2007-03-23 | Real atomic_{set,clear}bits_int implementation, and replace similar | Miod Vallat | |
{set,clr}_ipending with the above routines. ok kettenis@ | |||
2007-03-23 | Define PROC_PC and simplify userret(); ok kettenis@ (and I think drahn@ too) | Miod Vallat | |
2007-03-23 | add -F to usage() and kill some extraneous whitespace; | Jason McIntyre | |
2007-03-23 | add -F to SYNOPSIS; | Jason McIntyre | |
2007-03-23 | correct signal handling and process waiting for the editor spawning | Theo de Raadt | |
code, so that signals in the editor are handled right. written by ray after he started looking at other code that does this better | |||
2007-03-23 | Clean up the failure path of the attach routine, check the return value of | Gordon Willem Klok | |
dbdma_alloc, and mapiodev, and some whitespace/long line cleanup. Tested on 9500MP and 9600MP. ok martin@ | |||
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 |