summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-10RegenMiod Vallat
2003-05-10Deprecate the swapon system call and move it to COMPAT_25 land, since swapctlMiod Vallat
has been introduced for this release. ok deraadt@ weingart@
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itMiod Vallat
anyway). ok deraadt@ weingart@
2003-05-10quote non-alphabetic literalsPhilipp Buehler
'over the desk' oks..
2003-05-10costant -> constant;Jason McIntyre
from NetBSD (Onno van der Linden).
2003-05-10typos;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10document that kernel automatically handles first swap partitionJason McIntyre
("swap_device" in swapctl -l) and does not need to be added to /etc/fstab. krw@, fries@, rohee@, millert@, henning@ ok.
2003-05-10Be polite about leaving invalid data around in globals, just in caseChad Loder
someone comes along later, modifies the code, and runs into a problem. OK beck@
2003-05-10Somehow the setr[ug]id() addition didn't get committed here.Todd C. Miller
2003-05-10catch up with pfctl changesHenning Brauer
2003-05-10BNF for load anchor stuffHenning Brauer
2003-05-10support loading of anchors from within the main ruleset viaHenning Brauer
load anchor anchorname:rulesetname file /path/to/file ok pb@ dhartmei@ cedric@
2003-05-10Remove some exec mappings in the pmap test code (ifdef DEBUG).Artur Grabowski
2003-05-09Map page tables non-exec.Artur Grabowski
deraadt@ ok.
2003-05-09No need to map the message buffer executable.Artur Grabowski
fries@ niklas@ ok
2003-05-09No need to map framebuffers executable. Really.Artur Grabowski
fries@ niklas@ ok.
2003-05-09Talk about the .db version of login.conf; idea from mpech@Todd C. Miller
2003-05-09'found' variable was not used correctly, simplify the logic.Dale Rahn
2003-05-09Update to reflect reality. The kerberos authentication methods listedTodd C. Miller
were out of date and there were missing -v options.
2003-05-09sprintf() removal for ppc disassembler. ok millert@Dale Rahn
2003-05-09Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NULTodd C. Miller
2003-05-09assembler versions of insque and remque for m68k, also from 4.4BSDTodd C. Miller
2003-05-09insque and remque are VAX instructions, no need for C functions; From 4.4BSDTodd C. Miller
2003-05-09Include string.h for memset() proto; noticed by lebel@Todd C. Miller
2003-05-09string cleaning; ok teduTheo de Raadt
2003-05-09Install sha2.hTodd C. Miller
2003-05-09Remove dead (ifdef 0) code that pollutes my greps.Artur Grabowski
2003-05-09Don't map the fake arg list for init with X permissions.Artur Grabowski
niklas@ tdeval@ ok
2003-05-09vmcmd_map_readvn - don't map the initial mapping with X unless theArtur Grabowski
final protection has an X. Doesn't really change anything except reducing I$ flushing. niklas@ ok
2003-05-09No longer need -lcompatTodd C. Miller
2003-05-09Oops, forgot to add remque.c hereTodd C. Miller
2003-05-08syncThierry Deval
2003-05-08Intrepid : new Apple PowerBook chipsetThierry Deval
2003-05-08crank major number to correspond to libc major changeTodd C. Miller
2003-05-08Major number crank due to setr[ug]id() moving into libcompat.Todd C. Miller
2003-05-08Add sha2 routines based on code by Aaron D. Gifford with minorTodd C. Miller
massaging and a man page by me. I used the phk-derived stuff for sha2hl.c instead of Aaron's for consistency with our other hash routines.
2003-05-08Clear the digest local var w/ memset() in the End function.Todd C. Miller
2003-05-08Move setrgid(3) and setruid(3) from libc -> libcompat.Todd C. Miller
Programs should not be using these...
2003-05-08move insque(3) and remque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08{e,f,g}cvt() are no longer missing.Todd C. Miller
2003-05-08replace strcpy with strlcpy and some strdup.Ted Unangst
ok rohee@ tdeval@ dhartmei@ requested by deraadt@
2003-05-08Close sockets (otherwise the file handle limit can be reached when manyDaniel Hartmeier
queues are defined). Reported by Fernando Braga. ok henning@
2003-05-08multiple readlink() calls that forgot the -1...Vincent Labrecque
ok millert
2003-05-08Update to 1.6.7p5Todd C. Miller
2003-05-08strcpy->strlcpyVincent Labrecque
ok deraadt
2003-05-08NUL-terminate the buffer returned by readlink() before we use it to Strlcpy()Vincent Labrecque
ok millert@
2003-05-08'branch absolute linking' instruction is 'bla', not 'bal'.Dale Rahn
2003-05-08syncTheo de Raadt