summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-26Check fork() == -1 instead of fork() < 0.Ray Lai
2007-03-26When someone hits ^C in an editor, the editor does exit(130), IRay Lai
2007-03-26disable ttyC1 until someone fixes the stupid bugTheo de Raadt
2007-03-26Calculate minutes left more accurately.Marco Peereboom
2007-03-26bits for the global control registerDavid Gwynne
2007-03-26typos in commentsTed Unangst
2007-03-26i shouldn't be shy about commiting ahci to this.David Gwynne
2007-03-26more careful waitpid() discussed with ray (plus some knf)Theo de Raadt
2007-03-26oops, 64bit memory bars.David Gwynne
2007-03-26loss of any raid 0 component is bad. ok dlgTed Unangst
2007-03-26ichss_cookie is a bad name, and should not be a void pointer.Gordon Willem Klok
2007-03-25fork() does not return EPROCLIM, so don't test for it.Ray Lai
2007-03-25more cleaning :)Theo de Raadt
2007-03-25Change editit() to return -1 on error and 0 on success, like manyRay Lai
2007-03-25KNF.Ray Lai
2007-03-25Save errno before calling signal().Ray Lai
2007-03-25pick up the newer rev man pages; noticed by ingo schwarze, first rev byTheo de Raadt
2007-03-25include rwlock.h ourselves, better than depending on it getting pickedTed Unangst
2007-03-25eliminate call to abort(), which is very bad in libs. I forgat howOtto Moerbeek
2007-03-25Remove LK_INTERLOCK from flags in a call to vget();Thordur I. Bjornsson
2007-03-25Synchronise carp advertisements on group demotion.Marco Pfatschbacher
2007-03-25wdc retries (including after suspends) caused a disk to remain busy whenTheo de Raadt
2007-03-25POLLERR is the correct return code for poll errorsTed Unangst
2007-03-25use a rwlock instead of the homegrown approachTed Unangst
2007-03-25support a 2 address format (addr:port addr:port) like fstat outputs.Theo de Raadt
2007-03-25Change the "can't allocate llinfo" to a better log message that includesClaudio Jeker
2007-03-25Instead of using the global -F flag that only works with show, switch to aClaudio Jeker
2007-03-25If the interface metric changes on reload it is necessary to re-originateClaudio Jeker
2007-03-25Remove references to KERN_SUCCESS, okay miod@Pedro Martelletto
2007-03-25Remove the flags_lock simplelock from struct vm_map;Thordur I. Bjornsson
2007-03-25Garbage collect CPU_CLOCKUPDATE since it was only used by i386.Artur Grabowski
2007-03-25remove KERN_SUCCESS and use 0 instead.Artur Grabowski
2007-03-25kill extra space in output with diskerr(); ok jsgTheo de Raadt
2007-03-25Account for the space of all the previous sessions on disk whenPedro Martelletto
2007-03-25remove a few void * casts that are uselessTed Unangst
2007-03-24Complete the right scsi_xfer when processing a disk sync request.Christopher Pascoe
2007-03-24rfork sh bits.Miod Vallat
2007-03-24Kill the horrible hack of storing the pid in struct selinfo.Artur Grabowski
2007-03-24Use MAXPATHLEN for buffer, which is only used for path constructionMoritz Jodeit
2007-03-24hugh says the vax workaround was for toolchain crashes, not rpc.bootparamdTheo de Raadt
2007-03-24fix the vnode lockingTed Unangst
2007-03-24Call the new ohci_checkrev function on xscale, otherwise the USB versionChristopher Pascoe
2007-03-24port registersDavid Gwynne
2007-03-24global register definitionsDavid Gwynne
2007-03-24Dump command and response when debugging is enabledUwe Stuehler
2007-03-23Remove 'b_synclist' from struct buf, okay krw@Pedro Martelletto
2007-03-23Do not enter ddb from the interrupt handler unless option DEBUG.Miod Vallat
2007-03-23Real atomic_{set,clear}bits_int implementation, and replace similarMiod Vallat
2007-03-23Define PROC_PC and simplify userret(); ok kettenis@ (and I think drahn@ too)Miod Vallat
2007-03-23add -F to usage() and kill some extraneous whitespace;Jason McIntyre