summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-26loadfile() returns an open file descriptor on successful exit, soTom Cosgrove
2007-06-26Fix the description of loadfile() semantics in comment (and kill "andTom Cosgrove
2007-06-26Fix "the the"s. ok miod@.Tom Cosgrove
2007-06-26- add daddr32_t and daddr64_tJason McIntyre
2007-06-26Alignment fixes from mickey.Jonathan Gray
2007-06-26Fix buffer overflow reported by Tobias Stoeckmann by increasing theRay Lai
2007-06-26It seems st_size is not always a good estimator for the number ofRay Lai
2007-06-26add support for cvs rlog.Niall O'Higgins
2007-06-26allow ci -N<tag name> even when no changes. mimics GNU behaviour.Niall O'Higgins
2007-06-25some trivial delintingTheo de Raadt
2007-06-25support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun;...Constantine A. Murenin
2007-06-25replace magic number with a define.Thordur I. Bjornsson
2007-06-25daddr64_t changes to match other parts of tree; ok ottoTheo de Raadt
2007-06-25syncTheo de Raadt
2007-06-25Teach fsdb about 64-bit block addresses. ok moritz@ pedro@Otto Moerbeek
2007-06-25Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@Otto Moerbeek
2007-06-25update struct disk; ok deraadtJason McIntyre
2007-06-25mt_count is just an intTheo de Raadt
2007-06-25crank ifq_maxlen from 50 to 256, so it is not smaller than most interfacesHenning Brauer
2007-06-25update struct fs; ok ottoJason McIntyre
2007-06-25use daddr64_t for size in bounds_check_with_label(); prompted by miod@;Otto Moerbeek
2007-06-25kill "is is"; from Charles LongeauJason McIntyre
2007-06-25Fix a couple of "of of"s in comments.Tom Cosgrove
2007-06-25"of of" is wrong - it should be "off of" - but "from" is even nicerTom Cosgrove
2007-06-25pretty mechanical change: now that the state tables use seperate stateHenning Brauer
2007-06-25some wording improvements for -d and -m; from Jacek MasiulaniecJason McIntyre
2007-06-25s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks.Tom Cosgrove
2007-06-25placeholder to split off the code that handles UpdateSets, as it'sMarc Espie
2007-06-25merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version)Markus Friedl
2007-06-25Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@Darren Tucker
2007-06-25Greg A. Woods: stty(1) should mention tty(4)Jason McIntyre
2007-06-25typoMarc Espie
2007-06-25Correct test for window updates every three packets; prevents sendingDarren Tucker
2007-06-24Add a BUGS section, ok jmc@Can Erkin Acar
2007-06-24Remove some unused leftover code; original request from jasper@Uwe Stuehler
2007-06-24Crank initial storage for extents a bit. We really should allocate extentsMark Kettenis
2007-06-24Fix xd and xy disklabel handling.Miod Vallat
2007-06-24Attach as console when appropriate.Mark Kettenis
2007-06-24When bootfile was made global so that macppc could modify it, itTom Cosgrove
2007-06-24Fix typo in (unused) #define.Mark Kettenis
2007-06-24Save some bytes and make code more readable by removing junk union andRyan Thomas McBride
2007-06-24tweak the description of sensor_task_unregister;Jason McIntyre
2007-06-24document changes to the sensor_task api. task_register now returns aDavid Gwynne
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-23Implement disk sizes > 2^32-1. Code modelled on NetBSD.Kenneth R Westerback
2007-06-23expand size/offset to 16 characters, and drop the Cyl comments whichTheo de Raadt
2007-06-23Enable workaround for decrementer exception problem.Dale Rahn
2007-06-23setup a local sigalarm to send a HUP to the ftp process if it takes longerMarc Espie
2007-06-23net80211 growth means vr(4) goes away for nowTheo de Raadt
2007-06-23use a masked destination network instead of the interface ip for theReyk Floeter