summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-02-25extend copyright to 2003Henning Brauer
2003-02-25set *vpp to NULL on entry. this provides a good example for other fs.Ted Unangst
2003-02-25remove useless check.Ted Unangst
2003-02-25correct bounds check. yichen xie's bounds checker catch.Ted Unangst
2003-02-25fix off by one signal checks. thanks yichen's checkerTed Unangst
2003-02-25Add regress tests for the 'table <foo> file "filename"' syntax.Cedric Berger
2003-02-25double word typos;Jason McIntyre
2003-02-25typos;Jason McIntyre
2003-02-25Destaticize, and add RAMDISK_HOOK glue for bsd.rdMiod Vallat
2003-02-25Provide the necessary source dirs information for proper ramdisk build.Miod Vallat
2003-02-25fix two off by onesTed Unangst
2003-02-24correct check for the size of semitonesTed Unangst
2003-02-24Hammer the disklabel code once more: a few fixes, lots of simplifications,Miod Vallat
2003-02-24use M_MISCFSMNT instead of M_UFSMNT for mount dataTed Unangst
2003-02-24Bye, unused code.Matthieu Herrb
2003-02-24Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline versionMiod Vallat
2003-02-24Do not redefine stuff already in <sys/disklabel.h>Miod Vallat
2003-02-24when a macro is redefined, don't bother with reusing the existing entry inHenning Brauer
2003-02-24lzs with hifn.4 is available tooJason Wright
2003-02-24SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithmJason Wright
2003-02-24test for invalid next pointers in symhead with macro redefinitions.Henning Brauer
2003-02-24Detypoing; henric@ and meAlexander Yurchenko
2003-02-24mention lzsJason Wright
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-24more tcfs bye byeTheo de Raadt
2003-02-24changed MI zipcodes; david@phobia.msTheo de Raadt
2003-02-24Defer the iomem extent initialization until the MMU is enabled. This isMiod Vallat
2003-02-24pf_key_v2_flow: typo in debug msg (KAME)Markus Friedl
2003-02-24More illegal table constructs.Cedric Berger
2003-02-24echo->printf, because echo does not accept "\n" in all shells.Cedric Berger
2003-02-24Fix bogus inet_net_pton() translation example.Cedric Berger
2003-02-24to toHenning Brauer
2003-02-24Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@Miod Vallat
2003-02-24sync with realityTed Unangst
2003-02-24correct typoTed Unangst
2003-02-24of ofTheo de Raadt
2003-02-24the theTheo de Raadt
2003-02-24of ofTheo de Raadt
2003-02-24bye bye tcfsTheo de Raadt
2003-02-24bye byeTheo de Raadt
2003-02-24For CMD chips call pciide_chan_candisable() for both channels to preventAlexander Yurchenko
2003-02-24need stdlib.h tooTheo de Raadt
2003-02-24Remove tcfs until this entire licensing mess is cleaned up. This isTheo de Raadt
2003-02-24Sync struct pcb and struct mdproc with what other m68k ports use. This willMiod Vallat
2003-02-24Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers.Miod Vallat
2003-02-24s/Nx/Ox/Alexander Yurchenko
2003-02-24Various typos.Miod Vallat
2003-02-24Fix copy/paste typoAlexander Yurchenko
2003-02-24setup -> "set up" where appropriateKjell Wooding
2003-02-23define HAS_vsnprintfTheo de Raadt