OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millertcvs.openbsd.org)
Date: Tue Sep 04 2001 - 18:36:00 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2001/09/04 17:35:59

    Modified files:
            games/larn : signal.c
            games/tetris : screen.c
            lib/libc/gen : pause.c
            lib/libc/net : rcmd.c
            lib/libc/stdlib: system.c
            usr.bin/apply : apply.c
            usr.bin/make : job.c
            usr.bin/more : more.c
            usr.bin/msgs : msgs.c
            usr.bin/netstat: if.c
            usr.bin/nfsstat: nfsstat.c
            usr.bin/rlogin : kcmd.c rlogin.c
            usr.bin/rsh : rsh.c
            usr.bin/systat : cmds.c keyboard.c main.c
            usr.bin/telnet : sys_bsd.c
            usr.bin/tip : tipout.c
            usr.bin/tip/aculib: courier.c t3000.c
            usr.bin/top : top.c
            usr.bin/wall : ttymsg.c
            usr.sbin/amd/amd: nfs_start.c sched.c
            usr.sbin/edquota: edquota.c
            usr.sbin/inetd : inetd.c
            usr.sbin/lpr/lpd: lpd.c
            usr.sbin/mrouted: main.c rsrr.c
            usr.sbin/ppp/ppp: lcp.c timer.c
            usr.sbin/rbootd: parseconf.c rbootd.c
            usr.sbin/sliplogin: sliplogin.c

    Log message:
    Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.