summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken su -m behaviour :cognet2003-10-191-4/+2
| | | | | | | chshell must return 0 if the shell is not a standard shell, or else it is possible to use an account without a valid shell. Reviewed by: des
* Uses wait4() instead of wait3() when waiting for a child process to exit.seanc2003-10-171-1/+1
| | | | Reviewed by: yar
* Fix typos; reformat some entries.tg2003-10-152-15/+17
|
* Let the world figure out exactly how superannuated I am.linimon2003-10-151-0/+1
|
* Include <nlist.h> for nlist-related declarations instead of depending onbde2003-10-131-0/+1
| | | | namespace pollution in <kvm.h>.
* Update Bluetooth code.emax2003-10-1213-129/+652
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Fix BSS buffer overflow in makeargv().tjr2003-10-121-2/+3
|
* Call crypt() directly instead of taking a detour through makekey.tjr2003-10-092-34/+7
|
* Separate baroque from classics.grog2003-10-091-40/+47
| | | | | | Add a number of dead composers. PR: 55612 (much of content)
* Correct format: text lines *must* contain a tab character.grog2003-10-091-10/+10
| | | | PR: 43989
* Add a number of mainly Christian holidays.grog2003-10-091-1/+15
| | | | Mainly submitted by: Gordon Bergling <gordon@bsd-network.org>
* Add Christmas-related dates.grog2003-10-091-1/+5
| | | | Partially submitted by: Gordon Bergling <gordon@bsd-network.org>
* Add some additional changes which didn't make it in revision 1.14grog2003-10-091-3/+5
| | | | | Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> PR: 55610
* Move a LOTR fortune to the right file.grog2003-10-092-1/+1
| | | | | Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> PR: 57623
* Fix a bug in variable parsing code that could cause a segfault.ru2003-10-061-2/+6
| | | | | PR: bin/46203 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
* Spell "Bizet" and "Berlioz" correctly.grog2003-10-062-2/+7
| | | | Spotted by: Thomas Moestl <t.moestl@tu-bs.de>
* Resolve conflictsdougb2003-10-061-5/+65
|
* Many new entries, some corrections.grog2003-10-062-0/+51
| | | | Submitted by: Gordon Bergling <gordon@bsd-network.org>
* Remove numerous duplicates.grog2003-10-061-10/+0
|
* Add many new entries.grog2003-10-061-3/+59
| | | | Submitted by: Gordon Bergling <gordon@bsd-network.org>
* Assorted minor fixes, mostly style(9):yar2003-10-041-12/+16
| | | | | | | | - PID should be pid_t, not int; - sort #include's and local variables; - don't overuse initializers; - use warn(3) instead of perror(3) consistently; - amplify the comment on signals.
* Don't dump core from the time(1) process itselfyar2003-10-041-1/+6
| | | | | if the child process has exited on a signal whose default action is to dump core.
* Make the -q option DTRT in the compat mode.ru2003-10-032-1/+2
| | | | PR: 48210
* remove unneeded include of route.hsam2003-10-031-0/+1
| | | | Supported by: FreeBSD Foundation
* Fix a bug that prevented exists() from finding "foo/", "foo/."ru2003-10-021-3/+8
| | | | | | and "foo/.." when ".PATH: foo" was also given. PR: bin/34062
* Document the recently added `O' modifier.ru2003-10-021-0/+2
|
* tftp.1:simon2003-10-012-6/+6
| | | | | | | | | | - Add the optional port argument to SYNOPSIS. main.c: - Sync usage with the manual page. Approved by: trhodes (main.c part) Obtained from: OpenBSD (jmc) MFC after: 2 weeks
* Remove a poorly chosen line break.grog2003-10-011-2/+1
|
* Get some holidays more correct. This isn't helped by the lack of firmgrog2003-10-011-3/+4
| | | | information from the government web sites.
* Remove Australian holidays. They're wrong, and more correct ones aregrog2003-10-011-3/+0
| | | | in calendar.australia.
* According to information from the Ministry of Health, Labour and Welfare,bland2003-09-291-1/+1
| | | | | | | | Japanese national holidays have been revised, and Respect-for-the-Aged Day will be on the third Monday of September from 2003 on. PR: 56695 Submitted by: Vitaly Musaev <vm@vitalius.net>
* Add St. Crispin's day.grog2003-09-291-0/+1
| | | | Requested by: Andrew Lankford <arlankfo@141.com>
* Add Michaelmas.grog2003-09-281-0/+1
|
* - Clarification to how command line arguments are processed.kensmith2003-09-281-0/+5
| | | | | | PR: docs/55613 Submitted by: gshapiro@freebsd.org Approved by: blackend (mentor)
* Use the new style struct sockaddr instead of osockaddr in system callstjr2003-09-282-2/+11
| | | | | | so that talk works without COMPAT_43. Obtained from: NetBSD (christos), Rumi Szabolcs
* Don't cast ioctl FIONREAD's argument to struct sgttyb *. This makestjr2003-09-281-1/+1
| | | | | | | no function changes, but removes an unnecessary reference to a deprecated struct. Obtained from: NetBSD (thorpej)
* Use the POSIX tty interface instead of the old interface. This makestjr2003-09-282-104/+58
| | | | | | rlogin work properly without COMPAT_43. Obtained from: NetBSD (mycroft)
* Remove remnants of Kerberos -Kkx options.tjr2003-09-282-25/+4
|
* Use the 3-component version of the KERN_PROC_PROC sysctl.tjr2003-09-271-1/+3
|
* Fix bug introduced in version 1.246 with the addition of NO_TOOLCHAIN.marcel2003-09-241-4/+7
| | | | | | | The c89, c99, lex and yacc subdirectories were bogusly added to the ${MACHINE_ARCH} != "ia64" case. Pointy hat: phk
* Do not cache and correctly free() dosmount entry in case of errors.fjoe2003-09-231-3/+4
| | | | PR: 53980 (partially)
* Implement the O modifier. The O modifier sorts the words in amarcel2003-09-181-1/+51
| | | | | | | variable. The implementation is based upon the patch sent to arch@, but modified to be compatible with NetBSD. The modifier that does a reverse sort has been dropped for now, but the ability to add one later has been preserved.
* Fix a `cast to pointer from integer of different size' warning.marcel2003-09-171-1/+1
| | | | | | | usage() has been made a (non-void) function so that it can be used in a pointer expression (see macro `next'). Widen the implied integer return type of usage() so that we can cast to a pointer without warnings.
* Get rid of duplicates.ru2003-09-142-6/+7
|
* - Cut out the code that caches the "." directory out of Dir_Init()ru2003-09-144-67/+87
| | | | | | | | | | into a separate function, Dir_InitDot(). - Postpone the current and object directories detection (and caching of the "." directory) until after all command line arguments are parsed. This makes the -C option DTRT. PR: bin/47149
* Make the description of the connect, get, and put commands clearer.simon2003-09-131-34/+43
| | | | | | | | Reported by: Gary W. Swearingen <underway@comcast.net> Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net> (original version) Reviewed by: ru PR: docs/36459 MFC after: 3 weeks
* Remove symorder. It's almost useless now that we have ELF kernels andtjr2003-09-114-462/+0
| | | | no a.out toolchain.
* mdoc(7): Use the new feature of the .In macro.ru2003-09-082-4/+4
|
* Finish the reversion of rev. 1.52.ru2003-09-081-3/+2
|
* Command line variables take precedence over global variables.ru2003-09-081-1/+1
| | | | | | | | | | | | | | Make this true in the .for loops too. The following fragment, FOO= foo bar all: .for f in ${FOO} @echo ${f} .endfor when run as "make FOO=xxx" should print "xxx". (OpenBSD had this bug fixed for some time.)
OpenPOWER on IntegriCloud