summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-30typos;Jason McIntyre
2003-04-30removed unused .Bd macro;Jason McIntyre
2003-04-30now that we use less memory we can push the boot a little higher (to help som...Michael Shalayeff
2003-04-30some notes about VOP_PRINT, VOP_STRATEGY, VOP_REALLOCBLKS, and VOP_WHITEOUTTed Unangst
2003-04-30no need to twiddle here. it's twiddling elsewhere alreadyMichael Shalayeff
2003-04-30oops. fixed endif in a wrong placeMichael Shalayeff
2003-04-30Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550mouring
2003-04-29some cleanup and redo ct as lf (just different dev type). saves some memoryMichael Shalayeff
2003-04-29Use pci_matchbyid(). Tested by matthieu@Miod Vallat
2003-04-29grr... %s, not dc%sJason Wright
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2003-04-29remove printf from static dlctl and dlerror stubs. Return -1 ifMarco S Hyman
2003-04-29Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this isMiod Vallat
2003-04-29Get rid of more unwanted pieces of code.Miod Vallat
2003-04-29Regen (omsync deprecation)Miod Vallat
2003-04-29Deprecate omsync syscall, and only enable it if COMPAT_25 is required.Miod Vallat
2003-04-29nothing uses the stuff in rxk_info, so until the overflows are fixed, skip itTheo de Raadt
2003-04-29fix the clean thursday; from tm@openbsd.ruMichael Shalayeff
2003-04-29syncTheo de Raadt
2003-04-29Fix parsing of noac option; noticed and OK by henning@Todd C. Miller
2003-04-29add lxtphy (found on momenco boards)Jason Wright
2003-04-29KNFJason Wright
2003-04-29hfsc example; taken from a diff Berk D. Demir <bdd at ieee.org> sent meHenning Brauer
2003-04-29document hfscHenning Brauer
2003-04-29port 8081 -> 8021 for ftp-proxy in the examples, so it matches pf.confDaniel Hartmeier
2003-04-29Fix logic error introduced when importing a Stevens' bug fix in r1.20;Miod Vallat
2003-04-29after freeing curp, set to NULL. fixes a crash when loading a moduleTed Unangst
2003-04-28string cleaningTheo de Raadt
2003-04-28work around XOPEN declTheo de Raadt
2003-04-28thread safe dlxxx func (for elf) part 2. This requires the latestMarco S Hyman
2003-04-28use the new display typesJason Wright
2003-04-28sync mquery.Dale Rahn
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-28strncpy IS NOT strlcpyThierry Deval
2003-04-28fix skeygetnext()Todd C. Miller
2003-04-28Don't try to close key.keyfile in -a mode, skeygetnext() will haveTodd C. Miller
2003-04-28String cleanup, from beck@Thierry Deval
2003-04-28more string cleaning; ok beckTheo de Raadt
2003-04-28string cleaningTheo de Raadt
2003-04-28return from mainTheo de Raadt
2003-04-28No need to install both the "readline guide" and the "readline user's guide"Miod Vallat
2003-04-28Proper @ignore usage, to prevent yet another gnu notice to pop up by mistakeMiod Vallat
2003-04-28Add a short mention about non-Sun, cgthree-compatible frame buffers, andMiod Vallat
2003-04-28strings. tdeval and I finally agree on this :)Bob Beck
2003-04-28pull in string.hTheo de Raadt
2003-04-28Prettier dmesg; henningMiod Vallat
2003-04-28plug some unbounded sscanf, still more to doAnil Madhavapeddy
2003-04-28typos;Jason McIntyre
2003-04-28string cleaning. ok millert@ tdeval@Ted Unangst
2003-04-28advocate posix ":" for user:group. deraadt okJun-ichiro itojun Hagino