summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-26realloc tuning; pvalchev okTheo de Raadt
2003-09-26spacingTheo de Raadt
2003-09-26spacingTheo de Raadt
2003-09-26RegenMiod Vallat
2003-09-26Add majors and devsw entries for the missing scsi devices on mvme*8k.Miod Vallat
2003-09-26regenMichael Shalayeff
2003-09-26fix buffer size; leonard+gnats@itee.uq.edu.auTheo de Raadt
2003-09-26fix columns; sahara@surt.netTheo de Raadt
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-09-26It is safe to pass free() a NULL pointer since C89; update example toTodd C. Miller
2003-09-26make accept failures not globally fatal.Bob Beck
2003-09-26retry for ECONNABORTED tooTheo de Raadt
2003-09-26better mtd comment; from form@Michael Shalayeff
2003-09-26spelling, from jolan, and ispell.Bob Beck
2003-09-26realloc properly; ok jasonTheo de Raadt
2003-09-267955/7596 rng works (it's just like the 7951, actually)Jason Wright
2003-09-26Add recipes fortune file. Start with the Hackathon barbeque recipesBob Beck
2003-09-26use a much more random salt; prompted by ast@domdv.deTheo de Raadt
2003-09-26free(NULL) allowedTheo de Raadt
2003-09-26reading the record skip the remainder of data we do not need. we are still sc...Michael Shalayeff
2003-09-26free(NULL) is validTheo de Raadt
2003-09-26missed a fileMichael Shalayeff
2003-09-26Fix typo: 'Which disk do you wish to initialize??' -> '... initialize?'.Kenneth R Westerback
2003-09-26dmamap_syncing the loaded mbufs is whacky trip per physaddrsMichael Shalayeff
2003-09-26typos in tlb stats vars' exportMichael Shalayeff
2003-09-25hungarian keymapMichael Shalayeff
2003-09-25hungarian keymap; from thuglife@bsd.huMichael Shalayeff
2003-09-25Call fsync() _after_ tcsetattr() and pass tcsetattr the TCSASOFTTodd C. Miller
2003-09-25make sure to not overflow the label; from Charles Blundell <cb@netbsd.org>Michael Shalayeff
2003-09-25j2x0 do not like our fiddling over th led port; testing by pb@Michael Shalayeff
2003-09-25make sure to not overflow when initializing {node,net}name (truncation does n...Michael Shalayeff
2003-09-25Fix a couple obvious off-by-one writes. No objections from anyone.Aaron Campbell
2003-09-25Fix off-by-one out-of-bounds write; millert@ okAaron Campbell
2003-09-25some pcxl2 do not report fpus -- assume it's thereMichael Shalayeff
2003-09-25provide a function to enable accel io on pcxl2 and use it on the fbMichael Shalayeff
2003-09-25define pcxl2's mioc regs and devise l2 cache size on pcxl2 from thereMichael Shalayeff
2003-09-25a copule more regs present on pcxl2Michael Shalayeff
2003-09-25update from from@Michael Shalayeff
2003-09-25update fom form@ including support for 891 chips and moreMichael Shalayeff
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.Todd C. Miller
2003-09-25more codecMichael Shalayeff
2003-09-25better structs alignment; jason@ testing on sparc64 and okMichael Shalayeff
2003-09-25no need for a redundant check; from form@ and jason okMichael Shalayeff
2003-09-25Fix typo in revision 1.29; deraadt@ OKTodd C. Miller
2003-09-25Do check for current pointer vs. buffer end before touching anyTodd C. Miller
2003-09-25syncAlexander Yurchenko
2003-09-25serverworks csb6 lpc; found in dmesg from mtoups@andrew.cmu.eduAlexander Yurchenko
2003-09-25Free buffer and set it to NULL on error lest it be used.Todd C. Miller
2003-09-25Return immediately if argument to BN_sub_word is zero.Otto Moerbeek
2003-09-25Use BN_is_zero(), not x->top == 0 to test if a BN is zero.Otto Moerbeek